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/03/07 05:10:59 UTC

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

dbertoni    02/03/06 20:10:59

  Modified:    c/src/XSLT XSLTResultTarget.cpp
  Log:
  Include stream header files as appropriate.  Fixes bug 6765.
  
  Revision  Changes    Path
  1.9       +6 -0      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XSLTResultTarget.cpp	4 Jan 2002 00:55:23 -0000	1.8
  +++ XSLTResultTarget.cpp	7 Mar 2002 04:10:59 -0000	1.9
  @@ -65,6 +65,12 @@
   
   #include <cassert>
   
  +#if defined(XALAN_OLD_STREAM_HEADERS)
  +#include <iostream.h>
  +#else
  +#include <ostream>
  +#endif
  +
   
   
   XSLTResultTarget::XSLTResultTarget() :
  
  
  

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