summaryrefslogtreecommitdiff
path: root/ACEXML/parser
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/parser')
-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
8 files changed, 16 insertions, 16 deletions
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_ */