dbertoni 01/07/26 22:28:34
Modified: c/src/PlatformSupport XalanFileOutputStream.hpp
Log:
Removed unimplemented functions.
Revision Changes Path
1.3 +1 -11 xml-xalan/c/src/PlatformSupport/XalanFileOutputStream.hpp
Index: XalanFileOutputStream.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/PlatformSupport/XalanFileOutputStream.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XalanFileOutputStream.hpp 2001/06/06 21:58:23 1.2
+++ XalanFileOutputStream.hpp 2001/07/27 05:28:34 1.3
@@ -155,19 +155,9 @@
XalanFileOutputStream&
operator=(const XalanFileOutputStream&);
- void
- flushBuffer();
-
- void
- doWrite(const XalanDOMChar* theBuffer);
-
- void
- doWrite(
- const char* theBuffer,
- unsigned long theBufferLength);
-
bool
operator==(const XalanFileOutputStream&) const;
+
// Data members...
const XalanDOMString m_fileName;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]