knoaman 2002/12/03 18:32:43
Modified: c/src/xercesc/dom/impl DOMImplementationImpl.cpp
c/src/xercesc/framework XMLBufferMgr.hpp XMLErrorCodes.hpp
XMLErrorReporter.hpp XMLRefInfo.hpp
c/src/xercesc/util ArrayIndexOutOfBoundsException.hpp
NameIdPool.hpp RefVectorOf.hpp XMLException.hpp
XMLString.hpp
c/src/xercesc/validators/schema TraverseSchema.cpp
XSDErrorReporter.cpp
c/src/xercesc/validators/schema/identity ValueStore.cpp
Log:
#include cleanup.
Revision Changes Path
1.12 +2 -1 xml-xerces/c/src/xercesc/dom/impl/DOMImplementationImpl.cpp
Index: DOMImplementationImpl.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/DOMImplementationImpl.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DOMImplementationImpl.cpp 12 Nov 2002 17:50:07 -0000 1.11
+++ DOMImplementationImpl.cpp 4 Dec 2002 02:32:43 -0000 1.12
@@ -71,6 +71,7 @@
#include <xercesc/util/XMLRegisterCleanup.hpp>
#include <xercesc/util/XMLStringTokenizer.hpp>
#include <xercesc/util/XMLDOMMsg.hpp>
+#include <xercesc/util/XMLMsgLoader.hpp>
#include <xercesc/parsers/DOMBuilderImpl.hpp>
XERCES_CPP_NAMESPACE_BEGIN
1.4 +3 -1 xml-xerces/c/src/xercesc/framework/XMLBufferMgr.hpp
Index: XMLBufferMgr.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLBufferMgr.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XMLBufferMgr.hpp 4 Nov 2002 15:00:21 -0000 1.3
+++ XMLBufferMgr.hpp 4 Dec 2002 02:32:43 -0000 1.4
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.4 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.3 2002/11/04 15:00:21 tng
* C++ Namespace Support.
*
@@ -91,7 +94,6 @@
#if !defined(XMLBUFFERMGR_HPP)
#define XMLBUFFERMGR_HPP
-#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/framework/XMLBuffer.hpp>
XERCES_CPP_NAMESPACE_BEGIN
1.9 +0 -1 xml-xerces/c/src/xercesc/framework/XMLErrorCodes.hpp
Index: XMLErrorCodes.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLErrorCodes.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XMLErrorCodes.hpp 26 Nov 2002 20:21:12 -0000 1.8
+++ XMLErrorCodes.hpp 4 Dec 2002 02:32:43 -0000 1.9
@@ -4,7 +4,6 @@
#define ERRHEADER_XMLErrs
#include <xercesc/framework/XMLErrorReporter.hpp>
-#include <xercesc/util/XercesDefs.hpp>
XERCES_CPP_NAMESPACE_BEGIN
1.5 +3 -1 xml-xerces/c/src/xercesc/framework/XMLErrorReporter.hpp
Index: XMLErrorReporter.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLErrorReporter.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XMLErrorReporter.hpp 4 Nov 2002 15:00:21 -0000 1.4
+++ XMLErrorReporter.hpp 4 Dec 2002 02:32:43 -0000 1.5
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.5 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.4 2002/11/04 15:00:21 tng
* C++ Namespace Support.
*
@@ -115,7 +118,6 @@
#define XMLERRORREPORTER_HPP
#include <xercesc/util/XercesDefs.hpp>
-#include <xercesc/util/XMLMsgLoader.hpp>
XERCES_CPP_NAMESPACE_BEGIN
1.3 +4 -1 xml-xerces/c/src/xercesc/framework/XMLRefInfo.hpp
Index: XMLRefInfo.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLRefInfo.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XMLRefInfo.hpp 4 Nov 2002 15:00:21 -0000 1.2
+++ XMLRefInfo.hpp 4 Dec 2002 02:32:43 -0000 1.3
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.3 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.2 2002/11/04 15:00:21 tng
* C++ Namespace Support.
*
@@ -86,7 +89,7 @@
#if !defined(XMLIDREFINFO_HPP)
#define XMLIDREFINFO_HPP
-#include <xercesc/util/XercesDefs.hpp>
+#include <xercesc/util/XMLString.hpp>
XERCES_CPP_NAMESPACE_BEGIN
1.3 +1 -2 xml-xerces/c/src/xercesc/util/ArrayIndexOutOfBoundsException.hpp
Index: ArrayIndexOutOfBoundsException.hpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/util/ArrayIndexOutOfBoundsException.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ArrayIndexOutOfBoundsException.hpp 4 Nov 2002 15:22:03 -0000 1.2
+++ ArrayIndexOutOfBoundsException.hpp 4 Dec 2002 02:32:43 -0000 1.3
@@ -61,7 +61,6 @@
#if !defined(ARRAYINDEXOUTOFBOUNDSEXCEPTION_HPP)
#define ARRAYINDEXOUTOFBOUNDSEXCEPTION_HPP
-#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/XMLException.hpp>
XERCES_CPP_NAMESPACE_BEGIN
1.3 +5 -3 xml-xerces/c/src/xercesc/util/NameIdPool.hpp
Index: NameIdPool.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NameIdPool.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NameIdPool.hpp 4 Nov 2002 15:22:04 -0000 1.2
+++ NameIdPool.hpp 4 Dec 2002 02:32:43 -0000 1.3
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.3 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.2 2002/11/04 15:22:04 tng
* C++ Namespace Support.
*
@@ -91,10 +94,9 @@
#if !defined(NAMEIDPOOL_HPP)
#define NAMEIDPOOL_HPP
-#include <xercesc/util/XercesDefs.hpp>
-#include <string.h>
-#include <xercesc/util/XMLEnumerator.hpp>
#include <xercesc/util/XMLString.hpp>
+#include <string.h>
+
XERCES_CPP_NAMESPACE_BEGIN
1.5 +3 -1 xml-xerces/c/src/xercesc/util/RefVectorOf.hpp
Index: RefVectorOf.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/RefVectorOf.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- RefVectorOf.hpp 4 Nov 2002 15:22:04 -0000 1.4
+++ RefVectorOf.hpp 4 Dec 2002 02:32:43 -0000 1.5
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.5 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.4 2002/11/04 15:22:04 tng
* C++ Namespace Support.
*
@@ -94,7 +97,6 @@
#if !defined(REFVECTOROF_HPP)
#define REFVECTOROF_HPP
-#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/ArrayIndexOutOfBoundsException.hpp>
#include <xercesc/util/XMLEnumerator.hpp>
1.3 +1 -2 xml-xerces/c/src/xercesc/util/XMLException.hpp
Index: XMLException.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLException.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XMLException.hpp 4 Nov 2002 15:22:05 -0000 1.2
+++ XMLException.hpp 4 Dec 2002 02:32:43 -0000 1.3
@@ -61,7 +61,6 @@
#if !defined(EXCEPTION_HPP)
#define EXCEPTION_HPP
-#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/XMLExceptMsgs.hpp>
#include <xercesc/util/XMLUni.hpp>
#include <xercesc/framework/XMLErrorReporter.hpp>
1.9 +3 -2 xml-xerces/c/src/xercesc/util/XMLString.hpp
Index: XMLString.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLString.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XMLString.hpp 5 Nov 2002 17:42:39 -0000 1.8
+++ XMLString.hpp 4 Dec 2002 02:32:43 -0000 1.9
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.9 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.8 2002/11/05 17:42:39 peiyongz
* equals( const char* const, const char* const)
*
@@ -207,9 +210,7 @@
#if !defined(XMLSTRING_HPP)
#define XMLSTRING_HPP
-#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/RefVectorOf.hpp>
-#include <xercesc/framework/XMLBuffer.hpp>
XERCES_CPP_NAMESPACE_BEGIN
1.35 +2 -4 xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp
Index: TraverseSchema.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- TraverseSchema.cpp 2 Dec 2002 22:15:13 -0000 1.34
+++ TraverseSchema.cpp 4 Dec 2002 02:32:43 -0000 1.35
@@ -63,18 +63,16 @@
// ---------------------------------------------------------------------------
#include <xercesc/validators/schema/TraverseSchema.hpp>
#include <xercesc/framework/XMLEntityHandler.hpp>
+#include <xercesc/framework/XMLValidityCodes.hpp>
#include <xercesc/validators/schema/identity/IC_Key.hpp>
#include <xercesc/validators/schema/identity/IC_KeyRef.hpp>
#include <xercesc/validators/schema/identity/IC_Unique.hpp>
#include <xercesc/validators/schema/identity/IC_Field.hpp>
#include <xercesc/validators/schema/identity/IC_Selector.hpp>
#include <xercesc/validators/schema/identity/XercesXPath.hpp>
-#include <xercesc/validators/datatype/DatatypeValidatorFactory.hpp>
#include <xercesc/util/XMLStringTokenizer.hpp>
#include <xercesc/validators/schema/XUtil.hpp>
#include <xercesc/validators/common/GrammarResolver.hpp>
-#include <xercesc/validators/schema/SchemaGrammar.hpp>
-#include <xercesc/validators/schema/SchemaAttDef.hpp>
#include <xercesc/internal/XMLReader.hpp>
#include <xercesc/validators/schema/ComplexTypeInfo.hpp>
#include <xercesc/validators/schema/NamespaceScope.hpp>
1.7 +4 -0 xml-xerces/c/src/xercesc/validators/schema/XSDErrorReporter.cpp
Index: XSDErrorReporter.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/XSDErrorReporter.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XSDErrorReporter.cpp 27 Nov 2002 18:05:38 -0000 1.6
+++ XSDErrorReporter.cpp 4 Dec 2002 02:32:43 -0000 1.7
@@ -56,6 +56,9 @@
/**
* $Log$
+ * Revision 1.7 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.6 2002/11/27 18:05:38 tng
* Schema Fix: cast the toEmit back to XMLErrs:Codes so that it can be caught by
the Scanner properly.
*
@@ -90,6 +93,7 @@
#include <xercesc/framework/XMLErrorCodes.hpp>
#include <xercesc/framework/XMLValidityCodes.hpp>
#include <xercesc/framework/XMLErrorReporter.hpp>
+#include <xercesc/util/XMLMsgLoader.hpp>
#include <xercesc/util/XMLRegisterCleanup.hpp>
#include <xercesc/validators/schema/XSDErrorReporter.hpp>
#include <xercesc/validators/schema/XSDLocator.hpp>
1.5 +5 -0
xml-xerces/c/src/xercesc/validators/schema/identity/ValueStore.cpp
Index: ValueStore.cpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/validators/schema/identity/ValueStore.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ValueStore.cpp 4 Nov 2002 14:47:41 -0000 1.4
+++ ValueStore.cpp 4 Dec 2002 02:32:43 -0000 1.5
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.5 2002/12/04 02:32:43 knoaman
+ * #include cleanup.
+ *
* Revision 1.4 2002/11/04 14:47:41 tng
* C++ Namespace Support.
*
@@ -83,6 +86,8 @@
// Includes
// ---------------------------------------------------------------------------
#include <xercesc/internal/XMLScanner.hpp>
+#include <xercesc/framework/XMLValidator.hpp>
+#include <xercesc/validators/datatype/DatatypeValidator.hpp>
#include <xercesc/validators/schema/identity/ValueStore.hpp>
#include <xercesc/validators/schema/identity/IC_Field.hpp>
#include <xercesc/validators/schema/identity/IC_KeyRef.hpp>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]