[Adapdev-commits] Adapdev/src/Adapdev.NVelocity/Runtime/Directive Parse.cs,1.5,1.6 ParseDirectiveExc
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-11-26 08:09:34
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/Directive In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/src/Adapdev.NVelocity/Runtime/Directive Modified Files: Parse.cs ParseDirectiveException.cs Log Message: Cleaned up several warnings Restored some lingering files Index: Parse.cs =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/Directive/Parse.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Parse.cs 16 Nov 2005 07:01:50 -0000 1.5 --- Parse.cs 26 Nov 2005 08:09:22 -0000 1.6 *************** *** 101,106 **** } - private bool ready = false; - /// <summary> Return name of this directive. /// </summary> --- 101,104 ---- Index: ParseDirectiveException.cs =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/Directive/ParseDirectiveException.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ParseDirectiveException.cs 16 Nov 2005 07:01:50 -0000 1.5 --- ParseDirectiveException.cs 26 Nov 2005 08:09:22 -0000 1.6 *************** *** 88,92 **** } } ! catch (Exception e) { } --- 88,92 ---- } } ! catch (Exception) { } |