peiyongz    2003/10/14 08:18:20

  Modified:    c/src/xercesc/internal XSerializeEngine.hpp
  Log:
  getMemoryManager()
  
  Revision  Changes    Path
  1.6       +18 -1     xml-xerces/c/src/xercesc/internal/XSerializeEngine.hpp
  
  Index: XSerializeEngine.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XSerializeEngine.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XSerializeEngine.hpp      9 Oct 2003 19:11:53 -0000       1.5
  +++ XSerializeEngine.hpp      14 Oct 2003 15:18:20 -0000      1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.6  2003/10/14 15:18:20  peiyongz
  + * getMemoryManager()
  + *
    * Revision 1.5  2003/10/09 19:11:53  peiyongz
    * Fix to linkage error on Solaris
    *
  @@ -176,6 +179,15 @@
   
       /***
         *
  +      *  Get the embeded Memory Manager
  +      *
  +      *  Return: MemoryManager
  +      *
  +      ***/
  +    inline MemoryManager* getMemoryManager() const;
  +
  +    /***
  +      *
         *  Write object to the internal buffer.
         *
         *  Param
  @@ -607,6 +619,11 @@
   inline bool XSerializeEngine::isLoading() const
   {
       return (fStoreLoad == mode_Load);
  +}
  +
  +inline MemoryManager* XSerializeEngine::getMemoryManager() const
  +{
  +    return fMemoryManager;
   }
   
   inline XSerializeEngine& operator<<(XSerializeEngine&       serEng
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to