dbertoni 00/05/24 12:29:19
Modified: c/src/XercesPlatformSupport XercesDOMPrintWriter.cpp
Log:
Flush buffer during destructor.
Revision Changes Path
1.6 +1 -0
xml-xalan/c/src/XercesPlatformSupport/XercesDOMPrintWriter.cpp
Index: XercesDOMPrintWriter.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XercesPlatformSupport/XercesDOMPrintWriter.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XercesDOMPrintWriter.cpp 2000/05/08 17:22:31 1.5
+++ XercesDOMPrintWriter.cpp 2000/05/24 19:29:18 1.6
@@ -84,6 +84,7 @@
XercesDOMPrintWriter::~XercesDOMPrintWriter()
{
+ flush();
}