cargilld 2004/06/28 12:36:29 Modified: c/src/xercesc/util XMLException.cpp Log: Initialize memory manager to default. Revision Changes Path 1.14 +2 -2 xml-xerces/c/src/xercesc/util/XMLException.cpp Index: XMLException.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLException.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- XMLException.cpp 1 Apr 2004 21:55:54 -0000 1.13 +++ XMLException.cpp 28 Jun 2004 19:36:29 -0000 1.14 @@ -166,7 +166,7 @@ , fSrcFile(0) , fSrcLine(0) , fMsg(0) - , fMemoryManager(0) + , fMemoryManager(XMLPlatformUtils::fgMemoryManager) { }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]