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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
