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

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

peiyongz    2003/06/03 12:04:38

  Modified:    c/src/xercesc/util XMemory.hpp
  Log:
  for build on WinXP.NET and Intel Electron
  
  Revision  Changes    Path
  1.3       +7 -4      xml-xerces/c/src/xercesc/util/XMemory.hpp
  
  Index: XMemory.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMemory.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMemory.hpp	21 May 2003 21:11:22 -0000	1.2
  +++ XMemory.hpp	3 Jun 2003 19:04:38 -0000	1.3
  @@ -129,18 +129,21 @@
       //@{
   
       /**
  -      * Protected default constructor
  +      * Protected default constructor and copy constructor
         */
       XMemory()
       {
       }
  +
  +    XMemory(const XMemory&)
  +    {
  +    }
       //@}
   
   private:
       // -----------------------------------------------------------------------
  -    //  Unimplemented constructors and operators
  +    //  Unimplemented operators
       // -----------------------------------------------------------------------
  -    XMemory(const XMemory&);
       XMemory& operator=(const XMemory&);
   };
   
  
  
  

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