amassari    2005/01/07 07:24:57

  Modified:    c/src/xercesc/sax SAXException.hpp
  Log:
  Removed warnings
  
  Revision  Changes    Path
  1.8       +5 -2      xml-xerces/c/src/xercesc/sax/SAXException.hpp
  
  Index: SAXException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/sax/SAXException.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SAXException.hpp  8 Sep 2004 13:56:19 -0000       1.7
  +++ SAXException.hpp  7 Jan 2005 15:24:57 -0000       1.8
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.8  2005/01/07 15:24:57  amassari
  + * Removed warnings
  + *
    * Revision 1.7  2004/09/08 13:56:19  peiyongz
    * Apache License Version 2.0
    *
  @@ -152,8 +155,8 @@
       * @param toCopy The exception to be copy constructed
       */
       SAXException(const SAXException& toCopy) :
  -
  -        fMsg(XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager))
  +        XMemory(toCopy)
  +        , fMsg(XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager))
           , fMemoryManager(toCopy.fMemoryManager)
       {
       }
  
  
  

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

Reply via email to