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 2005/04/25 21:50:27 UTC

cvs commit: xml-xalan/c/src/xalanc/PlatformSupport XalanStdOutputStream.cpp

dbertoni    2005/04/25 12:50:27

  Modified:    c/src/xalanc/PlatformSupport XalanStdOutputStream.cpp
  Log:
  Fixed glitch with header included in both the class header file and the implementation file.
  
  Revision  Changes    Path
  1.9       +1 -3      xml-xalan/c/src/xalanc/PlatformSupport/XalanStdOutputStream.cpp
  
  Index: XalanStdOutputStream.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanStdOutputStream.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XalanStdOutputStream.cpp	8 Nov 2004 18:11:05 -0000	1.8
  +++ XalanStdOutputStream.cpp	25 Apr 2005 19:50:26 -0000	1.9
  @@ -22,9 +22,7 @@
   
   
   
  -#if defined(XALAN_CLASSIC_IOSTREAMS)
  -#include <iostream.h>
  -#else
  +#if !defined(XALAN_CLASSIC_IOSTREAMS)
   #include <iostream>
   #endif
   
  
  
  

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