dbertoni 01/09/28 09:57:56
Modified: c/src/PlatformSupport XalanStdOutputStream.hpp
Log:
Fixed typedef.
Revision Changes Path
1.7 +2 -2 xml-xalan/c/src/PlatformSupport/XalanStdOutputStream.hpp
Index: XalanStdOutputStream.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanStdOutputStream.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XalanStdOutputStream.hpp 2001/09/27 17:06:05 1.6
+++ XalanStdOutputStream.hpp 2001/09/28 16:57:56 1.7
@@ -88,8 +88,8 @@
public:
#if defined (XALAN_NO_NAMESPACES)
- typedef ostream StreamType;
- typedef long StreamSizeType;
+ typedef ostream StreamType;
+ typedef int StreamSizeType;
#else
typedef std::ostream StreamType;
typedef std::streamsize StreamSizeType;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]