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 2003/12/24 18:12:21 UTC

cvs commit: xml-xerces/c/src/xercesc/util DefaultPanicHandler.hpp PanicHandler.hpp

cargilld    2003/12/24 09:12:21

  Modified:    c/src/xercesc/util DefaultPanicHandler.hpp PanicHandler.hpp
  Log:
  Memory management update.
  
  Revision  Changes    Path
  1.3       +5 -2      xml-xerces/c/src/xercesc/util/DefaultPanicHandler.hpp
  
  Index: DefaultPanicHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/DefaultPanicHandler.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultPanicHandler.hpp	10 Mar 2003 16:05:11 -0000	1.2
  +++ DefaultPanicHandler.hpp	24 Dec 2003 17:12:21 -0000	1.3
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.3  2003/12/24 17:12:21  cargilld
  + * Memory management update.
  + *
    * Revision 1.2  2003/03/10 16:05:11  peiyongz
    * assignment operator
    *
  @@ -84,7 +87,7 @@
     * </p>
     */
   
  -class XMLUTIL_EXPORT DefaultPanicHandler : public PanicHandler
  +class XMLUTIL_EXPORT DefaultPanicHandler : public XMemory, public PanicHandler
   {
   public:
   
  
  
  
  1.6       +5 -2      xml-xerces/c/src/xercesc/util/PanicHandler.hpp
  
  Index: PanicHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/PanicHandler.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PanicHandler.hpp	24 Dec 2003 15:24:13 -0000	1.5
  +++ PanicHandler.hpp	24 Dec 2003 17:12:21 -0000	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.6  2003/12/24 17:12:21  cargilld
  + * Memory management update.
  + *
    * Revision 1.5  2003/12/24 15:24:13  cargilld
    * More updates to memory management so that the static memory manager.
    *
  @@ -104,7 +107,7 @@
     *
     */
   
  -class XMLUTIL_EXPORT PanicHandler: public XMemory 
  +class XMLUTIL_EXPORT PanicHandler
   {
   public:
   
  
  
  

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