[Adapdev-commits] Adapdev/src/Adapdev.NVelocity/Runtime/Resource ResourceManagerImpl.cs,1.5,1.6
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/Resource In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/src/Adapdev.NVelocity/Runtime/Resource Modified Files: ResourceManagerImpl.cs Log Message: Cleaned up several warnings Restored some lingering files Index: ResourceManagerImpl.cs =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/Resource/ResourceManagerImpl.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ResourceManagerImpl.cs 16 Nov 2005 07:01:51 -0000 1.5 --- ResourceManagerImpl.cs 26 Nov 2005 08:09:23 -0000 1.6 *************** *** 146,150 **** o = Activator.CreateInstance(type); } ! catch (Exception cnfe) { String err = "The specified class for ResourceCache (" + claz + ") does not exist (or is not accessible to the current classlaoder)."; --- 146,150 ---- o = Activator.CreateInstance(type); } ! catch (Exception) { String err = "The specified class for ResourceCache (" + claz + ") does not exist (or is not accessible to the current classlaoder)."; *************** *** 269,273 **** refreshResource(resource, encoding); } ! catch (ResourceNotFoundException rnfe) { /* --- 269,273 ---- refreshResource(resource, encoding); } ! catch (ResourceNotFoundException) { /* *************** *** 400,404 **** } } ! catch (ResourceNotFoundException rnfe) { /* --- 400,404 ---- } } ! catch (ResourceNotFoundException) { /* *************** *** 565,569 **** } } ! catch (ResourceNotFoundException e) { /* --- 565,569 ---- } } ! catch (ResourceNotFoundException) { /* *************** *** 583,587 **** is_Renamed.Close(); } ! catch (IOException ioe) { } --- 583,587 ---- is_Renamed.Close(); } ! catch (IOException) { } |