dbertoni 02/02/27 22:08:57
Modified: c/Tests/Conf conf.cpp
c/Tests/Harness FileUtility.cpp HarnessInit.cpp
c/Tests/InputSource inputsource.cpp
c/Tests/Memory Stressmem.cpp
c/Tests/Params Params.cpp
c/Tests/PerfT perft.cpp
Log:
Changes for Xerces "sane includes" fix.
Revision Changes Path
1.23 +1 -3 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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- conf.cpp 22 Jan 2002 18:46:01 -0000 1.22
+++ conf.cpp 28 Feb 2002 06:08:57 -0000 1.23
@@ -57,11 +57,9 @@
#if defined(XALAN_OLD_STREAM_HEADERS)
#include <iostream.h>
-//#include <strstream.h>
#include <sstream>
#else
#include <iostream>
-//#include <strstream>
#include <sstream>
#endif
@@ -76,7 +74,7 @@
#endif
-#include <parsers/DOMParser.hpp>
+#include <xercesc/parsers/DOMParser.hpp>
1.34 +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.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- FileUtility.cpp 22 Jan 2002 18:47:59 -0000 1.33
+++ FileUtility.cpp 28 Feb 2002 06:08:57 -0000 1.34
@@ -94,7 +94,7 @@
-#include <sax/SAXException.hpp>
+#include <xercesc/sax/SAXException.hpp>
1.2 +1 -1 xml-xalan/c/Tests/Harness/HarnessInit.cpp
Index: HarnessInit.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Harness/HarnessInit.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HarnessInit.cpp 22 Jan 2002 18:47:59 -0000 1.1
+++ HarnessInit.cpp 28 Feb 2002 06:08:57 -0000 1.2
@@ -61,7 +61,7 @@
-#include <util/PlatformUtils.hpp>
+#include <xercesc/util/PlatformUtils.hpp>
1.14 +1 -2 xml-xalan/c/Tests/InputSource/inputsource.cpp
Index: inputsource.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/InputSource/inputsource.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- inputsource.cpp 25 Jan 2002 00:34:51 -0000 1.13
+++ inputsource.cpp 28 Feb 2002 06:08:57 -0000 1.14
@@ -68,8 +68,7 @@
#endif
// XERCES HEADERS...
-// Are included by HarnessInit.hpp
-#include <parsers/DOMParser.hpp>
+#include <xercesc/parsers/DOMParser.hpp>
// XALAN HEADERS...
1.20 +4 -3 xml-xalan/c/Tests/Memory/Stressmem.cpp
Index: Stressmem.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Memory/Stressmem.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Stressmem.cpp 22 Jan 2002 18:50:54 -0000 1.19
+++ Stressmem.cpp 28 Feb 2002 06:08:57 -0000 1.20
@@ -66,10 +66,11 @@
#include <vector>
-#include <util/PlatformUtils.hpp>
-//#include <XSLT/XSLTInputSource.hpp>
-//#include <XSLT/XSLTResultTarget.hpp>
+
+#include <xercesc/util/PlatformUtils.hpp>
+
+
#include <XalanTransformer/XalanTransformer.hpp>
1.19 +1 -1 xml-xalan/c/Tests/Params/Params.cpp
Index: Params.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Params/Params.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Params.cpp 25 Jan 2002 00:34:51 -0000 1.18
+++ Params.cpp 28 Feb 2002 06:08:57 -0000 1.19
@@ -68,7 +68,7 @@
#include <crtdbg.h>
#endif
-#include <util/PlatformUtils.hpp>
+#include <xercesc/util/PlatformUtils.hpp>
#include <XSLT/XSLTInputSource.hpp>
#include <XSLT/XSLTResultTarget.hpp>
1.14 +2 -2 xml-xalan/c/Tests/PerfT/perft.cpp
Index: perft.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/PerfT/perft.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perft.cpp 25 Jan 2002 00:34:51 -0000 1.13
+++ perft.cpp 28 Feb 2002 06:08:57 -0000 1.14
@@ -67,8 +67,8 @@
using std::endl;
#endif
-// XALAN HEADERS...
-#include <util/PlatformUtils.hpp>
+#include <xercesc/util/PlatformUtils.hpp>
+
#include <PlatformSupport/DOMStringHelper.hpp>
#include <XalanTransformer/XalanTransformer.hpp>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]