dbertoni 02/04/11 21:37:48
Modified: c/src/XSLT StylesheetRoot.hpp
Log:
Added private, unimplemented constructors and operators.
Revision Changes Path
1.17 +9 -0 xml-xalan/c/src/XSLT/StylesheetRoot.hpp
Index: StylesheetRoot.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetRoot.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- StylesheetRoot.hpp 13 Aug 2001 17:08:53 -0000 1.16
+++ StylesheetRoot.hpp 12 Apr 2002 04:37:48 -0000 1.17
@@ -493,6 +493,15 @@
* This is set to true if an xsl:key directive is found.
*/
bool m_needToBuildKeysTable;
+
+ // Not implemented...
+ StylesheetRoot(const StylesheetRoot&);
+
+ StylesheetRoot&
+ operator=(const StylesheetRoot&);
+
+ bool
+ operator==(const StylesheetRoot&) const;
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]