You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/06/28 21:36:29 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLException.cpp

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: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org