Skip to content
Snippets Groups Projects
Commit 64ab2ff3 authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

for build on WinXP.NET and Intel Electron

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175076 13f79535-47bb-0310-9956-ffa450edef68
parent 0b45b10f
No related branches found
No related tags found
No related merge requests found
...@@ -129,18 +129,21 @@ protected : ...@@ -129,18 +129,21 @@ protected :
//@{ //@{
/** /**
* Protected default constructor * Protected default constructor and copy constructor
*/ */
XMemory() XMemory()
{ {
} }
XMemory(const XMemory&)
{
}
//@} //@}
private: private:
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// Unimplemented constructors and operators // Unimplemented operators
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
XMemory(const XMemory&);
XMemory& operator=(const XMemory&); XMemory& operator=(const XMemory&);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment