summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-21 23:51:40 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-21 23:51:40 +0000
commitb3137ee815be2a3907226eda6c1f8bd180af66cd (patch)
tree4755dbd469a80c5372ec49f8ee205697dc9deee2 /TAO/tao/IORTable
parentc2d2715c82253e85b4df87f92a5ee1c782543246 (diff)
downloadATCD-b3137ee815be2a3907226eda6c1f8bd180af66cd.tar.gz
ChangeLogTag:Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tao/IORTable')
-rw-r--r--TAO/tao/IORTable/IORTable.h4
-rw-r--r--TAO/tao/IORTable/IORTableC.h4
-rw-r--r--TAO/tao/IORTable/IOR_Table_Impl.h4
-rw-r--r--TAO/tao/IORTable/Table_Adapter.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/IORTable/IORTable.h b/TAO/tao/IORTable/IORTable.h
index 7bfadb160aa..c2b805ea70a 100644
--- a/TAO/tao/IORTable/IORTable.h
+++ b/TAO/tao/IORTable/IORTable.h
@@ -14,7 +14,7 @@
#ifndef TAO_IORTABLE_H
#define TAO_IORTABLE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "iortable_export.h"
#include "tao/corbafwd.h"
@@ -48,5 +48,5 @@ TAO_Requires_IORTable_Initializer = TAO_IORTable_Initializer::init ();
#include "IORTableC.h"
#undef TAO_IORTABLE_SAFE_INCLUDE
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_IORTABLE_H */
diff --git a/TAO/tao/IORTable/IORTableC.h b/TAO/tao/IORTable/IORTableC.h
index 3e0230d08e8..738cb403216 100644
--- a/TAO/tao/IORTable/IORTableC.h
+++ b/TAO/tao/IORTable/IORTableC.h
@@ -25,7 +25,7 @@
#ifndef _TAO_IDL_ORIG_IORTABLEC_H_
#define _TAO_IDL_ORIG_IORTABLEC_H_
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/corba.h"
@@ -444,6 +444,6 @@ TAO_IORTable_Export CORBA::Boolean operator>> (TAO_InputCDR &, IORTable::NotFoun
#pragma option pop
#endif /* __BORLANDC__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ifndef */
diff --git a/TAO/tao/IORTable/IOR_Table_Impl.h b/TAO/tao/IORTable/IOR_Table_Impl.h
index eb1f5b013e5..bcbb9b2933a 100644
--- a/TAO/tao/IORTable/IOR_Table_Impl.h
+++ b/TAO/tao/IORTable/IOR_Table_Impl.h
@@ -14,7 +14,7 @@
#ifndef TAO_IOR_TABLE_IMPL_H
#define TAO_IOR_TABLE_IMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "IORTable.h"
@@ -110,6 +110,6 @@ private:
#pragma warning(pop)
#endif /* _MSC_VER */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_IOR_TABLE_IMPL */
diff --git a/TAO/tao/IORTable/Table_Adapter.h b/TAO/tao/IORTable/Table_Adapter.h
index 11c38600ea6..3891d59cd18 100644
--- a/TAO/tao/IORTable/Table_Adapter.h
+++ b/TAO/tao/IORTable/Table_Adapter.h
@@ -13,7 +13,7 @@
#ifndef TAO_TABLE_ADAPTER_H
#define TAO_TABLE_ADAPTER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "iortable_export.h"
@@ -79,5 +79,5 @@ public:
ACE_STATIC_SVC_DECLARE (TAO_Table_Adapter_Factory)
ACE_FACTORY_DECLARE (TAO_IORTable, TAO_Table_Adapter_Factory)
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_TABLE_ADAPTER_H */