summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
commitf085418a9e30b117af064f04298532377e64a234 (patch)
treee90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /ACEXML
parent4165bce73fc23d677dd345f4676f2113927f2759 (diff)
downloadATCD-f085418a9e30b117af064f04298532377e64a234.tar.gz
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/ChangeLog10
-rw-r--r--ACEXML/apps/svcconf/Svcconf.h4
-rw-r--r--ACEXML/common/Attributes.h4
-rw-r--r--ACEXML/common/AttributesImpl.h4
-rw-r--r--ACEXML/common/Attributes_Def_Builder.h4
-rw-r--r--ACEXML/common/CharStream.h4
-rw-r--r--ACEXML/common/ContentHandler.h4
-rw-r--r--ACEXML/common/DTDHandler.h4
-rw-r--r--ACEXML/common/DTD_Manager.h4
-rw-r--r--ACEXML/common/DefaultHandler.h4
-rw-r--r--ACEXML/common/Element_Def_Builder.h4
-rw-r--r--ACEXML/common/Encoding.h4
-rw-r--r--ACEXML/common/EntityResolver.h4
-rw-r--r--ACEXML/common/Env.h4
-rw-r--r--ACEXML/common/ErrorHandler.h4
-rw-r--r--ACEXML/common/Exception.h4
-rw-r--r--ACEXML/common/FileCharStream.h4
-rw-r--r--ACEXML/common/HttpCharStream.h4
-rw-r--r--ACEXML/common/InputSource.h4
-rw-r--r--ACEXML/common/Locator.h4
-rw-r--r--ACEXML/common/LocatorImpl.h4
-rw-r--r--ACEXML/common/Mem_Map_Stream.h4
-rw-r--r--ACEXML/common/NamespaceSupport.h4
-rw-r--r--ACEXML/common/SAXExceptions.h4
-rw-r--r--ACEXML/common/StrCharStream.h4
-rw-r--r--ACEXML/common/StreamFactory.h4
-rw-r--r--ACEXML/common/Transcode.h4
-rw-r--r--ACEXML/common/URL_Addr.h4
-rw-r--r--ACEXML/common/Validator.h4
-rw-r--r--ACEXML/common/XMLFilter.h4
-rw-r--r--ACEXML/common/XMLFilterImpl.h4
-rw-r--r--ACEXML/common/XMLReader.h4
-rw-r--r--ACEXML/common/XML_Codecs.h4
-rw-r--r--ACEXML/common/XML_Macros.h4
-rw-r--r--ACEXML/common/XML_Types.h4
-rw-r--r--ACEXML/common/ZipCharStream.h4
-rw-r--r--ACEXML/parser/debug_validator/Debug_Attributes_Builder.h4
-rw-r--r--ACEXML/parser/debug_validator/Debug_DTD_Manager.h4
-rw-r--r--ACEXML/parser/debug_validator/Debug_Element_Builder.h4
-rw-r--r--ACEXML/parser/debug_validator/Element_Tree.h4
-rw-r--r--ACEXML/parser/parser/Entity_Manager.h4
-rw-r--r--ACEXML/parser/parser/Parser.h4
-rw-r--r--ACEXML/parser/parser/ParserContext.h4
-rw-r--r--ACEXML/parser/parser/ParserInternals.h4
44 files changed, 96 insertions, 86 deletions
diff --git a/ACEXML/ChangeLog b/ACEXML/ChangeLog
index 4c55078d45d..cd3997a4d26 100644
--- a/ACEXML/ChangeLog
+++ b/ACEXML/ChangeLog
@@ -1,3 +1,13 @@
+Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ACEXML/apps/svcconf/Svcconf.h:
+ * ACEXML/common/*.h:
+ * ACEXML/parser/*.h:
+ * ACEXML/parser/parser/*.h:
+ Added "/**/" between the #include and filename for pre.h and
+ post.h so Doxygen won't include them in the file reference tree
+ graphs.
+
Fri Jul 18 10:29:55 2003 Krishnakumar B <kitty@nospam.invalid.domain>
* tests/NamespaceSupport_Test.cpp (ACE_TMAIN): Added
diff --git a/ACEXML/apps/svcconf/Svcconf.h b/ACEXML/apps/svcconf/Svcconf.h
index 324bec6ec8d..9c9d88bde37 100644
--- a/ACEXML/apps/svcconf/Svcconf.h
+++ b/ACEXML/apps/svcconf/Svcconf.h
@@ -14,7 +14,7 @@
#ifndef ACEXML_SVCCONF_H
#define ACEXML_SVCCONF_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/XML_Svc_Conf.h"
#include "ACEXML/parser/parser/Parser.h"
#include "Svcconf_Handler.h"
@@ -44,5 +44,5 @@ protected:
#endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_SVCCONF_H */
diff --git a/ACEXML/common/Attributes.h b/ACEXML/common/Attributes.h
index 87937a5624c..739a73bf053 100644
--- a/ACEXML/common/Attributes.h
+++ b/ACEXML/common/Attributes.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_ATTRIBUTES_H_
#define _ACEXML_ATTRIBUTES_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
@@ -121,6 +121,6 @@ public:
const ACEXML_Char *localPart) = 0;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ ATTRIBUTES_H_ */
diff --git a/ACEXML/common/AttributesImpl.h b/ACEXML/common/AttributesImpl.h
index 728458b9533..266343b2200 100644
--- a/ACEXML/common/AttributesImpl.h
+++ b/ACEXML/common/AttributesImpl.h
@@ -14,7 +14,7 @@
#ifndef ACEXML_ATTRIBUTESIMPL_H
#define ACEXML_ATTRIBUTESIMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -305,6 +305,6 @@ private:
# include "ACEXML/common/AttributesImpl.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_ATTRIBUTESIMPL_H */
diff --git a/ACEXML/common/Attributes_Def_Builder.h b/ACEXML/common/Attributes_Def_Builder.h
index ed7139bd2a3..c0b5c144208 100644
--- a/ACEXML/common/Attributes_Def_Builder.h
+++ b/ACEXML/common/Attributes_Def_Builder.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_ATTRIBUTES_DEF_BUILDER_H_
#define _ACEXML_ATTRIBUTES_DEF_BUILDER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -148,6 +148,6 @@ public:
virtual void dump (void) = 0;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ATTRIBUTES_DEF_BUILDER_H_ */
diff --git a/ACEXML/common/CharStream.h b/ACEXML/common/CharStream.h
index 00e58543acc..32c967e762e 100644
--- a/ACEXML/common/CharStream.h
+++ b/ACEXML/common/CharStream.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_CHARSTREAM_H_
#define _ACEXML_CHARSTREAM_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -77,7 +77,7 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_CHARSTREAM_H_ */
diff --git a/ACEXML/common/ContentHandler.h b/ACEXML/common/ContentHandler.h
index ee0a237cc82..682cac94e2b 100644
--- a/ACEXML/common/ContentHandler.h
+++ b/ACEXML/common/ContentHandler.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_CONTENTHANDLER_H_
#define _ACEXML_CONTENTHANDLER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -122,7 +122,7 @@ public:
ACE_THROW_SPEC ((ACEXML_SAXException)) = 0;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_CONTENTHANDLER_H_ */
diff --git a/ACEXML/common/DTDHandler.h b/ACEXML/common/DTDHandler.h
index 3e9e59f086e..bf434caee3a 100644
--- a/ACEXML/common/DTDHandler.h
+++ b/ACEXML/common/DTDHandler.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_DTDHANDLER_H_
#define _ACEXML_DTDHANDLER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -70,6 +70,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_DTDHANDLER_H_ */
diff --git a/ACEXML/common/DTD_Manager.h b/ACEXML/common/DTD_Manager.h
index 541efc5f8ca..51ab3791551 100644
--- a/ACEXML/common/DTD_Manager.h
+++ b/ACEXML/common/DTD_Manager.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_DTD_Manager_H_
#define _ACEXML_DTD_Manager_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -77,6 +77,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_DTD_Manager_H_ */
diff --git a/ACEXML/common/DefaultHandler.h b/ACEXML/common/DefaultHandler.h
index 6b33800b57c..1ef6283d15e 100644
--- a/ACEXML/common/DefaultHandler.h
+++ b/ACEXML/common/DefaultHandler.h
@@ -12,7 +12,7 @@
#ifndef ACEXML_DEFAULTHANDLER_H
#define ACEXML_DEFAULTHANDLER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -190,6 +190,6 @@ public:
# include "ACEXML/common/DefaultHandler.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_DEFAULTHANDLER_H */
diff --git a/ACEXML/common/Element_Def_Builder.h b/ACEXML/common/Element_Def_Builder.h
index ea105c10c1c..9854dfad295 100644
--- a/ACEXML/common/Element_Def_Builder.h
+++ b/ACEXML/common/Element_Def_Builder.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_ELEMENT_DEF_BUILDER_H_
#define _ACEXML_ELEMENT_DEF_BUILDER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -128,6 +128,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ELEMENT_DEF_BUILDER_H_ */
diff --git a/ACEXML/common/Encoding.h b/ACEXML/common/Encoding.h
index 9c334a3b602..3e957fabbe1 100644
--- a/ACEXML/common/Encoding.h
+++ b/ACEXML/common/Encoding.h
@@ -16,7 +16,7 @@
#ifndef _ACEXML_ENCODING_H
#define _ACEXML_ENCODING_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -56,6 +56,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ENCODING_H */
diff --git a/ACEXML/common/EntityResolver.h b/ACEXML/common/EntityResolver.h
index cd43b31db41..545fc83ddf7 100644
--- a/ACEXML/common/EntityResolver.h
+++ b/ACEXML/common/EntityResolver.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_ENTITYHANDLER_H_
#define _ACEXML_ENTITYHANDLER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -52,6 +52,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ENTITYHANDLER_H_ */
diff --git a/ACEXML/common/Env.h b/ACEXML/common/Env.h
index 8e6c7ee9641..c17bba6a4bc 100644
--- a/ACEXML/common/Env.h
+++ b/ACEXML/common/Env.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_ENV_H_
#define _ACEXML_ENV_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -67,6 +67,6 @@ private:
# include "ACEXML/common/Env.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ENV_H_ */
diff --git a/ACEXML/common/ErrorHandler.h b/ACEXML/common/ErrorHandler.h
index 00d793841db..219e9236c97 100644
--- a/ACEXML/common/ErrorHandler.h
+++ b/ACEXML/common/ErrorHandler.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_ERRORHANDLER_H_
#define _ACEXML_ERRORHANDLER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -67,6 +67,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ERRORHANDLER_H_ */
diff --git a/ACEXML/common/Exception.h b/ACEXML/common/Exception.h
index e09f513a68b..454a2986dcf 100644
--- a/ACEXML/common/Exception.h
+++ b/ACEXML/common/Exception.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_EXCEPTION_H_
#define _ACEXML_EXCEPTION_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -88,6 +88,6 @@ protected:
# include "ACEXML/common/Exception.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_EXCEPTION_H_ */
diff --git a/ACEXML/common/FileCharStream.h b/ACEXML/common/FileCharStream.h
index 5e3293b40c3..a89049b4790 100644
--- a/ACEXML/common/FileCharStream.h
+++ b/ACEXML/common/FileCharStream.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_FILECHARSTREAM_H_
#define _ACEXML_FILECHARSTREAM_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -126,6 +126,6 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_FILECHARSTREAM_H_ */
diff --git a/ACEXML/common/HttpCharStream.h b/ACEXML/common/HttpCharStream.h
index 75c98ecbaf7..d5d8a914d64 100644
--- a/ACEXML/common/HttpCharStream.h
+++ b/ACEXML/common/HttpCharStream.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_HTTPCHARSTREAM_H_
#define _ACEXML_HTTPCHARSTREAM_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -134,6 +134,6 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_HTTPCHARSTREAM_H_ */
diff --git a/ACEXML/common/InputSource.h b/ACEXML/common/InputSource.h
index 78f54069df2..2049d188386 100644
--- a/ACEXML/common/InputSource.h
+++ b/ACEXML/common/InputSource.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_INPUTSOURCE_H_
#define _ACEXML_INPUTSOURCE_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -126,6 +126,6 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_INPUTSOURCE_H_ */
diff --git a/ACEXML/common/Locator.h b/ACEXML/common/Locator.h
index fc3f4170d38..d760c84cff9 100644
--- a/ACEXML/common/Locator.h
+++ b/ACEXML/common/Locator.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_LOCATOR_H_
#define _ACEXML_LOCATOR_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/XML_Types.h"
@@ -65,6 +65,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_LOCATOR_H_ */
diff --git a/ACEXML/common/LocatorImpl.h b/ACEXML/common/LocatorImpl.h
index 2bea4e80c22..e5209e13b8d 100644
--- a/ACEXML/common/LocatorImpl.h
+++ b/ACEXML/common/LocatorImpl.h
@@ -14,7 +14,7 @@
#ifndef ACEXML_LOCALTORIMPL_H
#define ACEXML_LOCALTORIMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -154,6 +154,6 @@ private:
# include "ACEXML/common/LocatorImpl.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_LOCALTORIMPL_H */
diff --git a/ACEXML/common/Mem_Map_Stream.h b/ACEXML/common/Mem_Map_Stream.h
index 6dfd468a90e..da02febfd7e 100644
--- a/ACEXML/common/Mem_Map_Stream.h
+++ b/ACEXML/common/Mem_Map_Stream.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_MEM_MAP_STREAM_H
#define _ACEXML_MEM_MAP_STREAM_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -186,7 +186,7 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_MEM_MAP_STREAM_H */
diff --git a/ACEXML/common/NamespaceSupport.h b/ACEXML/common/NamespaceSupport.h
index df672884e61..04177308b63 100644
--- a/ACEXML/common/NamespaceSupport.h
+++ b/ACEXML/common/NamespaceSupport.h
@@ -14,7 +14,7 @@
#ifndef ACEXML_NAMESPACESUPPORT_H
#define ACEXML_NAMESPACESUPPORT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -240,6 +240,6 @@ private:
# include "ACEXML/common/NamespaceSupport.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_NAMESPACESUPPORT_H */
diff --git a/ACEXML/common/SAXExceptions.h b/ACEXML/common/SAXExceptions.h
index 8b73da50471..b909e89bb2d 100644
--- a/ACEXML/common/SAXExceptions.h
+++ b/ACEXML/common/SAXExceptions.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_SAXEXCEPTIONS_H_
#define _ACEXML_SAXEXCEPTIONS_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -193,6 +193,6 @@ protected:
# include "ACEXML/common/SAXExceptions.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_SAXEXCEPTIONS_H_ */
diff --git a/ACEXML/common/StrCharStream.h b/ACEXML/common/StrCharStream.h
index 08b7bdbef9b..21de6ecaea4 100644
--- a/ACEXML/common/StrCharStream.h
+++ b/ACEXML/common/StrCharStream.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_STRCHARSTREAM_H_
#define _ACEXML_STRCHARSTREAM_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -97,6 +97,6 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_STRCHARSTREAM_H_ */
diff --git a/ACEXML/common/StreamFactory.h b/ACEXML/common/StreamFactory.h
index fcfda00154a..9391eb6a299 100644
--- a/ACEXML/common/StreamFactory.h
+++ b/ACEXML/common/StreamFactory.h
@@ -9,7 +9,7 @@
#ifndef _ACEXML_STREAM_FACTORY_H
#define _ACEXML_STREAM_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -53,6 +53,6 @@ public:
virtual ACEXML_CharStream* create_stream (const ACEXML_Char* uri);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_STREAM_FACTORY_H */
diff --git a/ACEXML/common/Transcode.h b/ACEXML/common/Transcode.h
index 904d699ab56..ba89a6dc2b6 100644
--- a/ACEXML/common/Transcode.h
+++ b/ACEXML/common/Transcode.h
@@ -16,7 +16,7 @@
#ifndef _ACEXML_TRANSCODE_H_
#define _ACEXML_TRANSCODE_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -171,6 +171,6 @@ public:
# include "ACEXML/common/Transcode.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_TRANSCODE_H_ */
diff --git a/ACEXML/common/URL_Addr.h b/ACEXML/common/URL_Addr.h
index fec3c560526..d877c946b14 100644
--- a/ACEXML/common/URL_Addr.h
+++ b/ACEXML/common/URL_Addr.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_URL_ADDR_H
#define _ACEXML_URL_ADDR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -129,6 +129,6 @@ private:
# include "ACEXML/common/URL_Addr.inl"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_URL_ADDR_H */
diff --git a/ACEXML/common/Validator.h b/ACEXML/common/Validator.h
index fee02666088..0d006396498 100644
--- a/ACEXML/common/Validator.h
+++ b/ACEXML/common/Validator.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_VALIDATOR_H_
#define _ACEXML_VALIDATOR_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -59,6 +59,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_VALIDATOR_H_ */
diff --git a/ACEXML/common/XMLFilter.h b/ACEXML/common/XMLFilter.h
index dac592dc6b9..c012ee706e2 100644
--- a/ACEXML/common/XMLFilter.h
+++ b/ACEXML/common/XMLFilter.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_XMLFILTER_H_
#define _ACEXML_XMLFILTER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -51,6 +51,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_XMLFILTER_H_ */
diff --git a/ACEXML/common/XMLFilterImpl.h b/ACEXML/common/XMLFilterImpl.h
index efff84ddfd1..52963580636 100644
--- a/ACEXML/common/XMLFilterImpl.h
+++ b/ACEXML/common/XMLFilterImpl.h
@@ -11,7 +11,7 @@
//=============================================================================
#ifndef ACEXML_XMLFILTERIMPL_H
#define ACEXML_XMLFILTERIMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/XMLFilter.h"
#include "ACEXML/common/XMLReader.h"
@@ -289,6 +289,6 @@ private:
# include "ACEXML/common/XMLFilterImpl.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_XMLFILTERIMPL_H */
diff --git a/ACEXML/common/XMLReader.h b/ACEXML/common/XMLReader.h
index 79e59a86197..bb7a3c558f7 100644
--- a/ACEXML/common/XMLReader.h
+++ b/ACEXML/common/XMLReader.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_XMLREADER_H_
#define _ACEXML_XMLREADER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -128,6 +128,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_XMLREADER_H_ */
diff --git a/ACEXML/common/XML_Codecs.h b/ACEXML/common/XML_Codecs.h
index b72565a2cfe..10101d4e5b4 100644
--- a/ACEXML/common/XML_Codecs.h
+++ b/ACEXML/common/XML_Codecs.h
@@ -16,7 +16,7 @@
#ifndef _ACEXML_XML_CODECS_H
#define _ACEXML_XML_CODECS_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -68,6 +68,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_XML_CODECS_H */
diff --git a/ACEXML/common/XML_Macros.h b/ACEXML/common/XML_Macros.h
index 3593a258a21..028bc590395 100644
--- a/ACEXML/common/XML_Macros.h
+++ b/ACEXML/common/XML_Macros.h
@@ -22,7 +22,7 @@
#ifndef _ACEXML_MACROS_H
#define _ACEXML_MACROS_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/config-all.h"
@@ -438,6 +438,6 @@
# define ACEXML_ENV_RAISE(ex) (ex)->_raise ()
#endif /* ACEXML_CORBA_HAS_EXCEPTIONS */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_MACROS_H */
diff --git a/ACEXML/common/XML_Types.h b/ACEXML/common/XML_Types.h
index 7761cc7f654..3cfb62efd99 100644
--- a/ACEXML/common/XML_Types.h
+++ b/ACEXML/common/XML_Types.h
@@ -16,7 +16,7 @@
#ifndef _ACEXML_XML_TYPES_H_
#define _ACEXML_XML_TYPES_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/OS.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -75,6 +75,6 @@ typedef ACE_CString ACEXML_String;
# endif /* __ACEXML_INLINE */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_XML_TYPE_H_ */
diff --git a/ACEXML/common/ZipCharStream.h b/ACEXML/common/ZipCharStream.h
index 2cf519f7d04..bc04b2ea07e 100644
--- a/ACEXML/common/ZipCharStream.h
+++ b/ACEXML/common/ZipCharStream.h
@@ -15,7 +15,7 @@
#ifdef ACEXML_HAS_ZZIPLIB
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/common/ACEXML_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -137,7 +137,7 @@ private:
int limit_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_HAS_ZZIPLIB */
diff --git a/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h b/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h
index 82f7b1b4f65..42a8273e2fe 100644
--- a/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h
+++ b/ACEXML/parser/debug_validator/Debug_Attributes_Builder.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_DEBUG_ATTRIBUTES_BUILDER_H_
#define _ACEXML_DEBUG_ATTRIBUTES_BUILDER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/debug_validator/Debug_DTD_Manager_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -165,6 +165,6 @@ protected:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_DEBUG_ATTRIBUTES_BUILDER_H_ */
diff --git a/ACEXML/parser/debug_validator/Debug_DTD_Manager.h b/ACEXML/parser/debug_validator/Debug_DTD_Manager.h
index e493477d0d9..0849d95ecb2 100644
--- a/ACEXML/parser/debug_validator/Debug_DTD_Manager.h
+++ b/ACEXML/parser/debug_validator/Debug_DTD_Manager.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_DEBUG_DTD_Manager_H_
#define _ACEXML_DEBUG_DTD_Manager_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/debug_validator/Debug_DTD_Manager_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -70,7 +70,7 @@ public:
const ACEXML_Char *qName ACEXML_ENV_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_DTD_Manager_H_ */
diff --git a/ACEXML/parser/debug_validator/Debug_Element_Builder.h b/ACEXML/parser/debug_validator/Debug_Element_Builder.h
index b2530e42b09..79443b276ea 100644
--- a/ACEXML/parser/debug_validator/Debug_Element_Builder.h
+++ b/ACEXML/parser/debug_validator/Debug_Element_Builder.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_DEBUG_ELEMENT_BUILDER_H_
#define _ACEXML_DEBUG_ELEMENT_BUILDER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/debug_validator/Debug_DTD_Manager_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -122,6 +122,6 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_DEBUG_ELEMENT_BUILDER_H_ */
diff --git a/ACEXML/parser/debug_validator/Element_Tree.h b/ACEXML/parser/debug_validator/Element_Tree.h
index ae0c3d6dd93..a4efdbf1318 100644
--- a/ACEXML/parser/debug_validator/Element_Tree.h
+++ b/ACEXML/parser/debug_validator/Element_Tree.h
@@ -12,7 +12,7 @@
#ifndef _ACEXML_ELEMENT_TREE_H_
#define _ACEXML_ELEMENT_TREE_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/debug_validator/Debug_DTD_Manager_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -155,6 +155,6 @@ protected:
# include "ACEXML/parser/debug_validator/Element_Tree.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_ELEMENT_TREE_H_ */
diff --git a/ACEXML/parser/parser/Entity_Manager.h b/ACEXML/parser/parser/Entity_Manager.h
index b627683888b..e86f7747f03 100644
--- a/ACEXML/parser/parser/Entity_Manager.h
+++ b/ACEXML/parser/parser/Entity_Manager.h
@@ -14,7 +14,7 @@
#ifndef ACEXML_ENTITY_MANAGER_H
#define ACEXML_ENTITY_MANAGER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/parser/Parser_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -93,6 +93,6 @@ private:
# include "ACEXML/parser/parser/Entity_Manager.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_ENTITY_MANAGER_H */
diff --git a/ACEXML/parser/parser/Parser.h b/ACEXML/parser/parser/Parser.h
index fac5a3ba04c..69fc7ec21a9 100644
--- a/ACEXML/parser/parser/Parser.h
+++ b/ACEXML/parser/parser/Parser.h
@@ -14,7 +14,7 @@
#ifndef _ACEXML_BASIC_PARSER_H_
#define _ACEXML_BASIC_PARSER_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/parser/Parser_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -900,6 +900,6 @@ private:
# include "ACEXML/parser/parser/Parser.i"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_BASIC_PARSER_H_ */
diff --git a/ACEXML/parser/parser/ParserContext.h b/ACEXML/parser/parser/ParserContext.h
index bc02d68b360..13d92e89f56 100644
--- a/ACEXML/parser/parser/ParserContext.h
+++ b/ACEXML/parser/parser/ParserContext.h
@@ -13,7 +13,7 @@
#ifndef ACEXML_PARSER_CONTEXT_H
#define ACEXML_PARSER_CONTEXT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/parser/Parser_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -74,6 +74,6 @@ private:
# include "ACEXML/parser/parser/ParserContext.inl"
#endif /* __ACEXML_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACEXML_PARSER_CONTEXT_H */
diff --git a/ACEXML/parser/parser/ParserInternals.h b/ACEXML/parser/parser/ParserInternals.h
index 9ccb3dbf914..88de5e747de 100644
--- a/ACEXML/parser/parser/ParserInternals.h
+++ b/ACEXML/parser/parser/ParserInternals.h
@@ -13,7 +13,7 @@
#ifndef _ACEXML_PARSER_INTERNALS_H_
#define _ACEXML_PARSER_INTERNALS_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ACEXML/parser/parser/Parser_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -99,6 +99,6 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* _ACEXML_PARSER_INTERNALS_H_ */