dbertoni    00/06/30 14:27:30

  Modified:    c/src/XercesPlatformSupport XercesDOMPrintWriter.cpp
  Log:
  Call flush() in close().
  
  Revision  Changes    Path
  1.10      +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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XercesDOMPrintWriter.cpp  2000/06/29 18:58:47     1.9
  +++ XercesDOMPrintWriter.cpp  2000/06/30 21:27:29     1.10
  @@ -100,6 +100,7 @@
   void
   XercesDOMPrintWriter::close()
   {
  +     flush();
   }
   
   
  
  
  

Reply via email to