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:59:31 UTC

cvs commit: xml-xalan/c/src/XPath XPathEnvSupportDefault.cpp XPathExpression.cpp XPathExpression.hpp

dbertoni    2002/11/14 15:59:31

  Modified:    c/src/XPath XPathEnvSupportDefault.cpp XPathExpression.cpp
                        XPathExpression.hpp
  Log:
  Straightened out iostreams #defines.
  
  Revision  Changes    Path
  1.34      +1 -1      xml-xalan/c/src/XPath/XPathEnvSupportDefault.cpp
  
  Index: XPathEnvSupportDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEnvSupportDefault.cpp,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- XPathEnvSupportDefault.cpp	3 Nov 2002 03:33:16 -0000	1.33
  +++ XPathEnvSupportDefault.cpp	14 Nov 2002 23:59:31 -0000	1.34
  @@ -65,7 +65,7 @@
   
   
   
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  +#if defined(XALAN_CLASSIC_IOSTREAMS)
   #include <iostream.h>
   #else
   #include <iostream>
  
  
  
  1.39      +1 -1      xml-xalan/c/src/XPath/XPathExpression.cpp
  
  Index: XPathExpression.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExpression.cpp,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- XPathExpression.cpp	27 Sep 2002 23:32:51 -0000	1.38
  +++ XPathExpression.cpp	14 Nov 2002 23:59:31 -0000	1.39
  @@ -64,7 +64,7 @@
   
   
   
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  +#if defined(XALAN_CLASSIC_IOSTREAMS)
   #include <iostream.h>
   #else
   #include <ostream>
  
  
  
  1.29      +1 -1      xml-xalan/c/src/XPath/XPathExpression.hpp
  
  Index: XPathExpression.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExpression.hpp,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- XPathExpression.hpp	27 Sep 2002 23:32:51 -0000	1.28
  +++ XPathExpression.hpp	14 Nov 2002 23:59:31 -0000	1.29
  @@ -66,7 +66,7 @@
   
   #include <vector>
   
  -#if defined(XALAN_OLD_STREAMS)
  +#if defined(XALAN_CLASSIC_IOSTREAMS)
   #include <iostream.h>
   #else
   #include <iosfwd>
  
  
  

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