dbertoni    01/09/28 12:46:31

  Modified:    c/src/PlatformSupport StdBinInputStream.cpp
  Log:
  iostream header cleanup.
  
  Revision  Changes    Path
  1.10      +0 -8      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- StdBinInputStream.cpp     2001/09/28 19:28:12     1.9
  +++ StdBinInputStream.cpp     2001/09/28 19:46:31     1.10
  @@ -103,10 +103,6 @@
                        XMLByte* const      toFill,
                        const unsigned int      maxToRead)
   {
  -#if !defined(XALAN_OLD_STREAMS)
  -     typedef std::char_traits<char>  CharTraitsType;
  -#endif
  -
        if (!m_stream)
        {
                return 0;
  @@ -119,11 +115,7 @@
                {
                        const int       ch = m_stream.get();
   
  -#if defined(XALAN_OLD_STREAMS)
                        if (ch == EOF)
  -#else
  -                     if (ch == CharTraitsType::eof())
  -#endif
                        {
                                break;
                        }
  
  
  

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

Reply via email to