[GME-commit] GMESRC/GME/Parser MgaXslt.cpp,1.3,1.4
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu May 13 11:18:19 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv31638
Modified Files:
MgaXslt.cpp
Log Message:
Error handling corrected.
CVS User: zolmol
Index: MgaXslt.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaXslt.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MgaXslt.cpp 20 Apr 2004 22:28:52 -0000 1.3
--- MgaXslt.cpp 13 May 2004 15:18:15 -0000 1.4
***************
*** 70,74 ****
// I don't have to do this, since the transformer will
// clean this up when it's destroyed, but why not...
! theResult = theXalanTransformer.destroyStylesheet(theCompiledStylesheet);
if ( theResult != 0)
--- 70,74 ----
// I don't have to do this, since the transformer will
// clean this up when it's destroyed, but why not...
! theXalanTransformer.destroyStylesheet(theCompiledStylesheet);
if ( theResult != 0)
More information about the GME-commit
mailing list