diff options
Diffstat (limited to 'TAO/tao/ClientInterceptorAdapter.h')
-rw-r--r-- | TAO/tao/ClientInterceptorAdapter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ClientInterceptorAdapter.h b/TAO/tao/ClientInterceptorAdapter.h index 9b40b9bcb25..53879b039a3 100644 --- a/TAO/tao/ClientInterceptorAdapter.h +++ b/TAO/tao/ClientInterceptorAdapter.h @@ -19,7 +19,7 @@ #ifndef TAO_CLIENT_INTERCEPTOR_ADAPTER_H #define TAO_CLIENT_INTERCEPTOR_ADAPTER_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "orbconf.h" @@ -142,6 +142,6 @@ private: #endif /* TAO_HAS_INTERCEPTORS */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_CLIENT_INTERCEPTOR_ADAPTER_H */ |