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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]