tng 2003/01/09 10:58:29
Modified: c/src/xercesc/framework StdOutFormatTarget.cpp
Log:
[Bug 15427] DOMWriter dose not flush the output stream.
Revision Changes Path
1.5 +7 -1 xml-xerces/c/src/xercesc/framework/StdOutFormatTarget.cpp
Index: StdOutFormatTarget.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/StdOutFormatTarget.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- StdOutFormatTarget.cpp 22 Nov 2002 14:25:59 -0000 1.4
+++ StdOutFormatTarget.cpp 9 Jan 2003 18:58:29 -0000 1.5
@@ -57,6 +57,9 @@
/*
* $Id$
* $Log$
+ * Revision 1.5 2003/01/09 18:58:29 tng
+ * [Bug 15427] DOMWriter dose not flush the output stream.
+ *
* Revision 1.4 2002/11/22 14:25:59 tng
* Got a number of compilation erros for those non-ANSI C++ compliant compiler like
xlC v3.
* Since the previous fix is just for fixing a "warning", I think it doesn't worth
to break users who
@@ -94,6 +97,7 @@
// Quite annoying, considering every other platform printed
// the string with the explicit cast to char* below.
cout.write((char *) toWrite, (int) count);
+ cout.flush();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]