dbertoni 00/08/22 13:16:05
Modified: c/src/TestXPath TestXPath.cpp
Log:
Changes for AIX port.
Revision Changes Path
1.15 +22 -2 xml-xalan/c/src/TestXPath/TestXPath.cpp
Index: TestXPath.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- TestXPath.cpp 2000/08/15 17:47:39 1.14
+++ TestXPath.cpp 2000/08/22 20:16:04 1.15
@@ -54,6 +54,11 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
+
+#include <Include/PlatformDefinitions.hpp>
+
+
+
#include <cstdio>
#include <ctime>
#include <vector>
@@ -61,19 +66,28 @@
+#include <framework/URLInputSource.hpp>
+#include <util/PlatformUtils.hpp>
+
+
+
#include <XalanDOM/XalanNode.hpp>
#include <XalanDOM/XalanDocument.hpp>
#include <XalanDOM/XalanElement.hpp>
#include <XalanDOM/XalanNodeList.hpp>
-#include <framework/URLInputSource.hpp>
-#include <util/PlatformUtils.hpp>
#include <PlatformSupport/DoubleSupport.hpp>
#include <PlatformSupport/DirectoryEnumerator.hpp>
#include <PlatformSupport/DOMStringHelper.hpp>
+
+
+
#include <DOMSupport/DOMSupportDefault.hpp>
+
+
+
#include <XPath/ElementPrefixResolverProxy.hpp>
#include <XPath/XObjectFactoryDefault.hpp>
#include <XPath/XPathEnvSupportDefault.hpp>
@@ -82,8 +96,14 @@
#include <XPath/XPath.hpp>
#include <XPath/XPathProcessorImpl.hpp>
#include <XPath/XPathFactoryDefault.hpp>
+
+
+
#include <XMLSupport/FormatterTreeWalker.hpp>
#include <XMLSupport/FormatterToXML.hpp>
+
+
+
#include <XercesPlatformSupport/XercesDOMPrintWriter.hpp>
#include <XercesPlatformSupport/XercesStdTextOutputStream.hpp>
#include <XercesParserLiaison/XercesParserLiaison.hpp>