dbertoni    01/09/28 11:28:00

  Modified:    c/src/XSLT StylesheetExecutionContext.hpp
                        XSLTInputSource.hpp XSLTResultTarget.hpp
  Log:
  iostream header cleanup.
  
  Revision  Changes    Path
  1.65      +1 -5      xml-xalan/c/src/XSLT/StylesheetExecutionContext.hpp
  
  Index: StylesheetExecutionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetExecutionContext.hpp,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- StylesheetExecutionContext.hpp    2001/09/26 21:30:23     1.64
  +++ StylesheetExecutionContext.hpp    2001/09/28 18:27:59     1.65
  @@ -66,14 +66,10 @@
   
   
   
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  +#if defined(XALAN_OLD_STREAMS)
   #include <iostream.h>
   #else
  -#if defined(XALAN_NO_IOSFWD)
  -#include <ostream>
  -#else
   #include <iosfwd>
  -#endif
   #endif
   
   
  
  
  
  1.10      +1 -5      xml-xalan/c/src/XSLT/XSLTInputSource.hpp
  
  Index: XSLTInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTInputSource.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XSLTInputSource.hpp       2000/11/30 20:34:16     1.9
  +++ XSLTInputSource.hpp       2001/09/28 18:27:59     1.10
  @@ -68,14 +68,10 @@
   
   
   
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  +#if defined(XALAN_OLD_STREAMS)
   #include <iostream.h>
   #else
  -#if defined(XALAN_NO_IOSFWD)
  -#include <ostream>
  -#else
   #include <iosfwd>
  -#endif
   #endif
   
   
  
  
  
  1.14      +1 -6      xml-xalan/c/src/XSLT/XSLTResultTarget.hpp
  
  Index: XSLTResultTarget.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTResultTarget.hpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XSLTResultTarget.hpp      2001/05/02 15:56:05     1.13
  +++ XSLTResultTarget.hpp      2001/09/28 18:27:59     1.14
  @@ -66,14 +66,9 @@
   
   
   
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  +#if defined(XALAN_OLD_STREAMS)
   #include <iostream.h>
  -#else
  -#if defined(XALAN_NO_IOSFWD)
  -#include <ostream>
  -#else
   #include <iosfwd>
  -#endif
   #endif
   
   
  
  
  

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

Reply via email to