dbertoni    2002/07/30 21:39:07

  Modified:    c/src/PlatformSupport DOMStringHelper.cpp
  Log:
  Cleaned up unused classes and removed deprecated header.
  
  Revision  Changes    Path
  1.73      +2 -4      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.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- DOMStringHelper.cpp       22 Jul 2002 22:28:55 -0000      1.72
  +++ DOMStringHelper.cpp       31 Jul 2002 04:39:07 -0000      1.73
  @@ -72,9 +72,9 @@
   
   
   #if defined(XALAN_OLD_STREAM_HEADERS)
  -#include <strstream.h>
  +#include <iostream.h>
   #else
  -#include <strstream>
  +#include <iostream>
   #endif
   
   
  @@ -84,9 +84,7 @@
   using std::copy;
   using std::hex;
   using std::ios;
  -using std::istrstream;
   using std::ostream;
  -using std::ostrstream;
   using std::transform;
   using std::vector;
   #endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to