dbertoni 00/06/28 12:36:01
Modified: c/src/XercesPlatformSupport XercesTextOutputStream.hpp
Log:
Added comment.
Revision Changes Path
1.5 +5 -0
xml-xalan/c/src/XercesPlatformSupport/XercesTextOutputStream.hpp
Index: XercesTextOutputStream.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XercesPlatformSupport/XercesTextOutputStream.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XercesTextOutputStream.hpp 2000/06/28 17:52:37 1.4
+++ XercesTextOutputStream.hpp 2000/06/28 19:36:01 1.5
@@ -125,6 +125,11 @@
protected:
+ /**
+ * Constructor.
+ *
+ * @param theBufferSize The initial size of the buffer.
+ */
explicit
XercesTextOutputStream(BufferType::size_type theBufferSize =
eDefaultBufferSize);