You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/06/03 15:50:44 UTC

cvs commit: xml-xerces/c/tests/MemHandlerTest MemoryMonitor.cpp

neilg       2003/06/03 06:50:44

  Modified:    c/tests/MemHandlerTest MemoryMonitor.cpp
  Log:
  make Forte compiler happy
  
  Revision  Changes    Path
  1.2       +5 -1      xml-xerces/c/tests/MemHandlerTest/MemoryMonitor.cpp
  
  Index: MemoryMonitor.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/MemHandlerTest/MemoryMonitor.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MemoryMonitor.cpp	2 Jun 2003 22:22:26 -0000	1.1
  +++ MemoryMonitor.cpp	3 Jun 2003 13:50:44 -0000	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.2  2003/06/03 13:50:44  neilg
  + * make Forte compiler happy
  + *
    * Revision 1.1  2003/06/02 22:22:26  neilg
    * new test for the pluggable memory management mechanism.  This tests all 4 common Xerces parsers (SAX, SAX2, DOMBuilder and DeprecatedDOM) and ensures all allocated memory is dallocated, and that the manager which created the memory is called to deallocate it.
    *
  @@ -139,6 +142,7 @@
           XERCES_STD_QUALIFIER cerr << "Error occurred in DOMBuilder!  Message:  " << 
               (message = XMLString::transcode(error.getMessage())) << " of severity " << error.getSeverity() << "." << XERCES_STD_QUALIFIER endl;
           XMLString::release(&message);
  +        return true;
       }
   };
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org