[GME-commit] GMESRC/GME/Parser MgaXslt.cpp,1.4,1.5

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue May 18 09:31:02 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv31734/Parser

Modified Files:
	MgaXslt.cpp 
Log Message:
Eliminated _ALL_ warning messages.

CVS User: volgy

Index: MgaXslt.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaXslt.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MgaXslt.cpp	13 May 2004 15:18:15 -0000	1.4
--- MgaXslt.cpp	18 May 2004 13:30:59 -0000	1.5
***************
*** 32,36 ****
  		XMLPlatformUtils::Initialize();
  	}
! 	catch (const XMLException& toCatch)
  	{
  		theResult = E_XSLT_XERCES_INIT;
--- 32,36 ----
  		XMLPlatformUtils::Initialize();
  	}
! 	catch (const XMLException&)
  	{
  		theResult = E_XSLT_XERCES_INIT;



More information about the GME-commit mailing list