You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/04/25 21:48:23 UTC

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.cpp

dbertoni    00/04/25 12:48:22

  Modified:    c/src/PlatformSupport DOMStringHelper.cpp
  Log:
  Changes for Xerces class that disappeared.
  
  Revision  Changes    Path
  1.18      +2 -1      xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp
  
  Index: DOMStringHelper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- DOMStringHelper.cpp	2000/04/21 20:28:22	1.17
  +++ DOMStringHelper.cpp	2000/04/25 19:48:21	1.18
  @@ -86,7 +86,6 @@
   
   
   // Xerces header files
  -#include <util/TextOutputStream.hpp>
   #include <util/XMLString.hpp>
   
   #if !defined(XML_LSTRSUPPORT)
  @@ -94,8 +93,10 @@
   #endif
   
   
  +
   #include "DoubleSupport.hpp"
   #include "STLHelper.hpp"
  +#include "TextOutputStream.hpp"