summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-02 20:21:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-02 20:21:19 +0000
commitd73dd7bf5a49ed26b7cb4844657095940987efe5 (patch)
treed6f95e15a38082ba3590e69408d711163b846b71
parenta5c6fad017c2a87557f7e125237439449c03198f (diff)
downloadATCD-d73dd7bf5a49ed26b7cb4844657095940987efe5.tar.gz
ChangeLogTag: Wed Mar 2 20:21:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/CORBALOC_Parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CORBALOC_Parser.h b/TAO/tao/CORBALOC_Parser.h
index 8d891fe77e8..df1d73c4715 100644
--- a/TAO/tao/CORBALOC_Parser.h
+++ b/TAO/tao/CORBALOC_Parser.h
@@ -14,7 +14,7 @@
#ifndef TAO_CORBALOC_PARSER_H
#define TAO_CORBALOC_PARSER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/IOR_Parser.h"
@@ -99,5 +99,5 @@ private:
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_CORBALOC_Parser)
ACE_FACTORY_DECLARE (TAO, TAO_CORBALOC_Parser)
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_CORBALOC_PARSER_H */