peiyongz2004/02/09 15:01:43
Modified:c/src/xercesc/framework StdOutFormatTarget.cpp
Log:
Bug#20684: patch from [EMAIL PROTECTED] (C-J Berg)
Revision ChangesPath
1.9 +13 -16xml-xerces/c/src/xercesc/framework/StdOutFormatTarget.cpp
Index: StdOutFormatTarget.c
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 ChangesPath
1.5 +7 -1 xml-xerces/c/src/xercesc/framework/StdOutFormatTarget.cpp
Index: StdOutFormatTar
tng 2002/11/22 06:25:59
Modified:c/src/xercesc/framework StdOutFormatTarget.cpp
Log:
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
a
gareth 2002/11/21 07:45:34
Modified:c/src/xercesc/framework StdOutFormatTarget.cpp
Log:
gcc 3.2 now issues a warning for use of iostream.h. Removed the .h and prefixed cout
with std::.
Revision ChangesPath
1.3 +6 -3 xml-xerces/c/src/xercesc/framework/StdOutFo