summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface
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
commit320e339a405cc07fded05f2bbc5929b9b367f9b5 (patch)
tree4755dbd469a80c5372ec49f8ee205697dc9deee2 /TAO/tao/DynamicInterface
parentb29eabab3f10f542c0ae937da15b811fff01c801 (diff)
downloadATCD-320e339a405cc07fded05f2bbc5929b9b367f9b5.tar.gz
ChangeLogTag:Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r--TAO/tao/DynamicInterface/Context.h4
-rw-r--r--TAO/tao/DynamicInterface/DII_ClientRequestInfo.h4
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation.h4
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h4
-rw-r--r--TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h4
-rw-r--r--TAO/tao/DynamicInterface/Dynamic_Implementation.h4
-rw-r--r--TAO/tao/DynamicInterface/ExceptionList.h4
-rw-r--r--TAO/tao/DynamicInterface/Request.h4
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.h4
-rw-r--r--TAO/tao/DynamicInterface/Unknown_User_Exception.h4
10 files changed, 20 insertions, 20 deletions
diff --git a/TAO/tao/DynamicInterface/Context.h b/TAO/tao/DynamicInterface/Context.h
index 2840f1441a7..31969b52760 100644
--- a/TAO/tao/DynamicInterface/Context.h
+++ b/TAO/tao/DynamicInterface/Context.h
@@ -16,7 +16,7 @@
#ifndef TAO_CONTEXT_H
#define TAO_CONTEXT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "dynamicinterface_export.h"
@@ -187,6 +187,6 @@ namespace CORBA
# include "Context.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_CONTEXT_H */
diff --git a/TAO/tao/DynamicInterface/DII_ClientRequestInfo.h b/TAO/tao/DynamicInterface/DII_ClientRequestInfo.h
index def225409d8..50c9f565aa6 100644
--- a/TAO/tao/DynamicInterface/DII_ClientRequestInfo.h
+++ b/TAO/tao/DynamicInterface/DII_ClientRequestInfo.h
@@ -15,7 +15,7 @@
#ifndef TAO_DII_CLIENT_REQUEST_INFO_H
#define TAO_DII_CLIENT_REQUEST_INFO_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/ClientRequestInfo_i.h"
@@ -78,6 +78,6 @@ private:
#endif /* TAO_HAS_INTERCEPTORS == 1 */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_DII_CLIENT_REQUEST_INFO_H */
diff --git a/TAO/tao/DynamicInterface/DII_Invocation.h b/TAO/tao/DynamicInterface/DII_Invocation.h
index 28deb8f2c8f..cfacc09ab00 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation.h
+++ b/TAO/tao/DynamicInterface/DII_Invocation.h
@@ -20,7 +20,7 @@
#ifndef TAO_DII_INVOCATION_H
#define TAO_DII_INVOCATION_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/Invocation.h"
@@ -103,5 +103,5 @@ private:
# include "DII_Invocation.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_ASYNCH_INVOCATION_H */
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h
index 0ac03c0dbf5..1ff1adf4235 100644
--- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h
+++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h
@@ -16,7 +16,7 @@
#ifndef TAO_DII_REPLY_DISPATCHER_H
#define TAO_DII_REPLY_DISPATCHER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/orbconf.h"
@@ -67,5 +67,5 @@ private:
const CORBA::Request_ptr req_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_REPLY_DISPATCHER_H */
diff --git a/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h b/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h
index e49c613ccd1..5618be8618c 100644
--- a/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h
+++ b/TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h
@@ -19,7 +19,7 @@
#ifndef TAO_DYNAMIC_ADAPTER_IMPL_H
#define TAO_DYNAMIC_ADAPTER_IMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/Dynamic_Adapter.h"
@@ -105,5 +105,5 @@ TAO_Requires_Request_Factory_Initializer =
#endif /* ACE_HAS_BROKEN_STATIC_CONSTRUCTORS */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_DYNAMIC_ADAPTER_IMPL_H */
diff --git a/TAO/tao/DynamicInterface/Dynamic_Implementation.h b/TAO/tao/DynamicInterface/Dynamic_Implementation.h
index 1e73a8b5c9f..8aa99b69f14 100644
--- a/TAO/tao/DynamicInterface/Dynamic_Implementation.h
+++ b/TAO/tao/DynamicInterface/Dynamic_Implementation.h
@@ -19,7 +19,7 @@
#ifndef TAO_DYNAMIC_IMPLEMENTATION_H
#define TAO_DYNAMIC_IMPLEMENTATION_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/PortableServer/Servant_Base.h"
@@ -98,5 +98,5 @@ private:
// Encapsulates code common to _is_a(), _get_interface() and _create_stub().
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_DYNAMIC_IMPLEMENTATION_H */
diff --git a/TAO/tao/DynamicInterface/ExceptionList.h b/TAO/tao/DynamicInterface/ExceptionList.h
index bbaa4fa4b79..acc1e389dcc 100644
--- a/TAO/tao/DynamicInterface/ExceptionList.h
+++ b/TAO/tao/DynamicInterface/ExceptionList.h
@@ -21,7 +21,7 @@
#ifndef TAO_CORBA_EXCEPTIONLIST_H
#define TAO_CORBA_EXCEPTIONLIST_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "dynamicinterface_export.h"
@@ -122,6 +122,6 @@ namespace CORBA
# include "ExceptionList.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_CORBA_EXCEPTIONLIST_H */
diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h
index 6c4581f22d5..c6e4ce8ca28 100644
--- a/TAO/tao/DynamicInterface/Request.h
+++ b/TAO/tao/DynamicInterface/Request.h
@@ -17,7 +17,7 @@
#ifndef TAO_REQUEST_H
#define TAO_REQUEST_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/orbconf.h"
@@ -248,6 +248,6 @@ namespace CORBA
# include "Request.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_REQUEST_H */
diff --git a/TAO/tao/DynamicInterface/Server_Request.h b/TAO/tao/DynamicInterface/Server_Request.h
index 73dde20f07b..728945dd7db 100644
--- a/TAO/tao/DynamicInterface/Server_Request.h
+++ b/TAO/tao/DynamicInterface/Server_Request.h
@@ -22,7 +22,7 @@
#ifndef TAO_CORBA_SERVER_REQUEST_H
#define TAO_CORBA_SERVER_REQUEST_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/corbafwd.h"
@@ -164,6 +164,6 @@ namespace CORBA
# include "Server_Request.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_CORBA_SERVER_REQUEST_H */
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.h b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
index 13a831541b1..9010102ca1d 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.h
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
@@ -18,7 +18,7 @@
#ifndef TAO_UNKNOWN_USER_EXCEPTION_H
#define TAO_UNKNOWN_USER_EXCEPTION_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "dynamicinterface_export.h"
@@ -100,6 +100,6 @@ namespace CORBA
} // End CORBA namespace.
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_UNKNOWN_USER_EXCEPTION_H */