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

operator = modified

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173799 13f79535-47bb-0310-9956-ffa450edef68
parent 333b2dc7
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,9 @@ ...@@ -57,6 +57,9 @@
/* /*
* $Id$ * $Id$
* $Log$ * $Log$
* Revision 1.2 2002/06/05 15:47:29 peiyongz
* operator = modified
*
* Revision 1.1 2002/05/28 22:40:46 peiyongz * Revision 1.1 2002/05/28 22:40:46 peiyongz
* DOM3 Save Interface: DOMWriter/DOMWriterFilter * DOM3 Save Interface: DOMWriter/DOMWriterFilter
* *
...@@ -87,8 +90,8 @@ private: ...@@ -87,8 +90,8 @@ private:
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// Unimplemented methods. // Unimplemented methods.
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
StdOutFormatTarget(const StdOutFormatTarget& other); StdOutFormatTarget(const StdOutFormatTarget&);
void operator=(const StdOutFormatTarget& rhs); StdOutFormatTarget& operator=(const StdOutFormatTarget&);
}; };
#endif #endif
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