auriemma    00/11/30 06:37:33

  Modified:    c/src/PlatformSupport StdBinInputStream.cpp
                        StdBinInputStream.hpp
  Log:
  HP port based on work from Trevor Smigiel and Troy Heber.
  
  Revision  Changes    Path
  1.5       +0 -9      xml-xalan/c/src/PlatformSupport/StdBinInputStream.cpp
  
  Index: StdBinInputStream.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/StdBinInputStream.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StdBinInputStream.cpp     2000/08/15 19:41:11     1.4
  +++ StdBinInputStream.cpp     2000/11/30 14:37:27     1.5
  @@ -59,16 +59,7 @@
    *
    * @author <a href="mailto:[email protected]";>David N. Bertoni</a>
    */
  -
   #include "StdBinInputStream.hpp"
  -
  -
  -
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  -#include <istream.h>
  -#else
  -#include <istream>
  -#endif
   
   
   
  
  
  
  1.3       +8 -2      xml-xalan/c/src/PlatformSupport/StdBinInputStream.hpp
  
  Index: StdBinInputStream.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/StdBinInputStream.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StdBinInputStream.hpp     2000/05/11 19:02:19     1.2
  +++ StdBinInputStream.hpp     2000/11/30 14:37:28     1.3
  @@ -68,9 +68,15 @@
   
   
   
  -#if defined(XALAN_NO_IOSFWD)
  -#include <istream>
  +#if defined(XALAN_OLD_STREAM_HEADERS)
  +#include <iostream.h>
   #else
  +#include <istream>
  +#endif
  +
  +
  +
  +#if !defined(XALAN_NO_IOSFWD)
   #include <iosfwd>
   #endif
   
  
  
  

Reply via email to