dbertoni 02/04/09 23:05:55
Modified: c/src/PlatformSupport FormatterListener.hpp
Log:
Made unsupported member functions private.
Revision Changes Path
1.5 +12 -1 xml-xalan/c/src/PlatformSupport/FormatterListener.hpp
Index: FormatterListener.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/FormatterListener.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FormatterListener.hpp 23 Feb 2002 04:17:46 -0000 1.4
+++ FormatterListener.hpp 10 Apr 2002 06:05:55 -0000 1.5
@@ -58,7 +58,7 @@
#define FORMATTERLISTENER_HEADER_GUARD_1357924680
/**
- * $Id: FormatterListener.hpp,v 1.4 2002/02/23 04:17:46 dbertoni Exp $
+ * $Id: FormatterListener.hpp,v 1.5 2002/04/10 06:05:55 dbertoni Exp $
*
* $State: Exp $
*
@@ -257,10 +257,21 @@
protected:
+ // Data membmers...
const PrefixResolver* m_prefixResolver;
private:
+ // Not implemented...
+ FormatterListener(const FormatterListener&);
+
+ FormatterListener&
+ operator=(const FormatterListener&);
+
+ bool
+ operator==(const FormatterListener&) const;
+
+ // Data membmers...
const eFormat m_outputFormat;
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]