Update of /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/src/Adapdev.NVelocity
Modified Files:
Template.cs
Log Message:
Cleaned up several warnings
Restored some lingering files
Index: Template.cs
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Template.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Template.cs 17 Nov 2005 02:48:31 -0000 1.3
--- Template.cs 26 Nov 2005 08:09:23 -0000 1.4
***************
*** 38,42 ****
/// to perform this.
/// </summary>
- private bool initialized = false;
private System.Exception errorCondition = null;
--- 38,41 ----
***************
*** 103,107 ****
return true;
}
! catch (IOException uce)
{
String msg = "Template.process : Unsupported input encoding : " + encoding + " for template " + name;
--- 102,106 ----
return true;
}
! catch (IOException)
{
String msg = "Template.process : Unsupported input encoding : " + encoding + " for template " + name;
|