dbertoni 01/12/13 10:01:28
Modified: c/src/XSLT XSLTInputSource.hpp
Log:
Added private declarations of unimplemented copy constructor and operator=().
Revision Changes Path
1.11 +6 -0 xml-xalan/c/src/XSLT/XSLTInputSource.hpp
Index: XSLTInputSource.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTInputSource.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XSLTInputSource.hpp 2001/09/28 18:27:59 1.10
+++ XSLTInputSource.hpp 2001/12/13 18:01:28 1.11
@@ -226,6 +226,12 @@
private:
+ // Not implemented...
+ XSLTInputSource(const XSLTInputSource&);
+
+ void
+ operator=(const XSLTInputSource&);
+
#if defined(XALAN_NO_NAMESPACES)
istream* m_stream;
#else
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]