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...@apache.org on 2002/11/15 00:57:42 UTC

cvs commit: xml-xalan/c/src/XSLT StylesheetExecutionContext.hpp XSLTInputSource.hpp XSLTResultTarget.cpp XSLTResultTarget.hpp

dbertoni    2002/11/14 15:57:42

  Modified:    c/src/XSLT StylesheetExecutionContext.hpp
                        XSLTInputSource.hpp XSLTResultTarget.cpp
                        XSLTResultTarget.hpp
  Log:
  Straightened out iostreams #defines.
  
  Revision  Changes    Path
  1.80      +0 -8      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.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- StylesheetExecutionContext.hpp	3 Nov 2002 03:41:05 -0000	1.79
  +++ StylesheetExecutionContext.hpp	14 Nov 2002 23:57:41 -0000	1.80
  @@ -66,14 +66,6 @@
   
   
   
  -#if defined(XALAN_OLD_STREAMS)
  -#include <iostream.h>
  -#else
  -#include <iosfwd>
  -#endif
  -
  -
  -
   #include <cstddef>
   #include <memory>
   
  
  
  
  1.15      +1 -1      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XSLTInputSource.hpp	12 Apr 2002 04:54:22 -0000	1.14
  +++ XSLTInputSource.hpp	14 Nov 2002 23:57:41 -0000	1.15
  @@ -68,7 +68,7 @@
   
   
   
  -#if defined(XALAN_OLD_STREAMS)
  +#if defined(XALAN_CLASSIC_IOSTREAMS)
   #include <iostream.h>
   #else
   #include <iosfwd>
  
  
  
  1.11      +1 -1      xml-xalan/c/src/XSLT/XSLTResultTarget.cpp
  
  Index: XSLTResultTarget.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTResultTarget.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XSLTResultTarget.cpp	8 Nov 2002 01:13:37 -0000	1.10
  +++ XSLTResultTarget.cpp	14 Nov 2002 23:57:41 -0000	1.11
  @@ -65,7 +65,7 @@
   
   #include <cassert>
   
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  +#if defined(XALAN_CLASSIC_IOSTREAMS)
   #include <iostream.h>
   #else
   #include <ostream>
  
  
  
  1.18      +1 -1      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XSLTResultTarget.hpp	8 Nov 2002 01:13:37 -0000	1.17
  +++ XSLTResultTarget.hpp	14 Nov 2002 23:57:41 -0000	1.18
  @@ -66,7 +66,7 @@
   
   
   
  -#if defined(XALAN_OLD_STREAMS)
  +#if defined(XALAN_CLASSIC_IOSTREAMS)
   class ostream;
   #else
   #include <iosfwd>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org