dbertoni 2002/11/14 15:53:39
Modified: c/Tests/Conf conf.cpp
c/Tests/Errortests Errortests.cpp
c/Tests/Harness FileUtility.cpp FileUtility.hpp
c/Tests/Threads ThreadTest.cpp
c/Tests/Transformer TestXalanTransformer.cpp
Log:
Straightened out iostreams #defines.
Revision Changes Path
1.29 +1 -1 xml-xalan/c/Tests/Conf/conf.cpp
Index: conf.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Conf/conf.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- conf.cpp 30 Aug 2002 23:58:29 -0000 1.28
+++ conf.cpp 14 Nov 2002 23:53:39 -0000 1.29
@@ -55,7 +55,7 @@
* <http://www.apache.org/>.
*/
-#if defined(XALAN_OLD_STREAM_HEADERS)
+#if defined(XALAN_CLASSIC_IOSTREAMS)
#include <iostream.h>
#else
#include <iostream>
1.11 +1 -1 xml-xalan/c/Tests/Errortests/Errortests.cpp
Index: Errortests.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Errortests/Errortests.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Errortests.cpp 30 Aug 2002 23:58:29 -0000 1.10
+++ Errortests.cpp 14 Nov 2002 23:53:39 -0000 1.11
@@ -57,7 +57,7 @@
#include <cstdio>
-#if defined(XALAN_OLD_STREAM_HEADERS)
+#if defined(XALAN_CLASSIC_IOSTREAMS)
#include <iostream.h>
#include <strstream.h>
#else
1.44 +1 -1 xml-xalan/c/Tests/Harness/FileUtility.cpp
Index: FileUtility.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Harness/FileUtility.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- FileUtility.cpp 5 Nov 2002 05:15:06 -0000 1.43
+++ FileUtility.cpp 14 Nov 2002 23:53:39 -0000 1.44
@@ -80,7 +80,7 @@
#endif
-#if defined(XALAN_OLD_STREAM_HEADERS)
+#if defined(XALAN_CLASSIC_IOSTREAMS)
#include <iostream.h>
#include <strstrea.h>
#else
1.29 +1 -1 xml-xalan/c/Tests/Harness/FileUtility.hpp
Index: FileUtility.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Harness/FileUtility.hpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- FileUtility.hpp 5 Aug 2002 04:52:27 -0000 1.28
+++ FileUtility.hpp 14 Nov 2002 23:53:39 -0000 1.29
@@ -66,7 +66,7 @@
#include <vector>
-#if defined(XALAN_OLD_STREAM_HEADERS)
+#if defined(XALAN_CLASSIC_IOSTREAMS)
#include <strstream.h>
#else
#include <strstream>
1.26 +1 -1 xml-xalan/c/Tests/Threads/ThreadTest.cpp
Index: ThreadTest.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Threads/ThreadTest.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ThreadTest.cpp 14 Nov 2002 17:31:33 -0000 1.25
+++ ThreadTest.cpp 14 Nov 2002 23:53:39 -0000 1.26
@@ -8,7 +8,7 @@
-#if defined(XALAN_OLD_STREAM_HEADERS)
+#if defined(XALAN_CLASSIC_IOSTREAMS)
#include <iostream.h>
#else
#include <iostream>
1.8 +1 -1 xml-xalan/c/Tests/Transformer/TestXalanTransformer.cpp
Index: TestXalanTransformer.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Transformer/TestXalanTransformer.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TestXalanTransformer.cpp 30 Aug 2002 23:58:29 -0000 1.7
+++ TestXalanTransformer.cpp 14 Nov 2002 23:53:39 -0000 1.8
@@ -73,7 +73,7 @@
#include <XalanTransformer/XalanTransformer.hpp>
-#if defined(XALAN_OLD_STREAM_HEADERS)
+#if defined(XALAN_CLASSIC_IOSTREAMS)
#include <iostream.h>
#include <strstream.h>
#else
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]