summaryrefslogtreecommitdiff
path: root/TAO/tao/InterceptorC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/InterceptorC.cpp')
-rw-r--r--TAO/tao/InterceptorC.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/InterceptorC.cpp b/TAO/tao/InterceptorC.cpp
index a3cea87c0a8..023f44e0632 100644
--- a/TAO/tao/InterceptorC.cpp
+++ b/TAO/tao/InterceptorC.cpp
@@ -7,14 +7,13 @@
// Information about TAO is available at:
// http://www.cs.wustl.edu/~schmidt/TAO.html
-#include "tao/InterceptorC.h"
-
#include "tao/InterceptorS.h"
#if !defined (__ACE_INLINE__)
#include "tao/InterceptorC.i"
#endif /* !defined INLINE */
+#if defined (TAO_HAS_INTERCEPTORS)
PortableInterceptor::Cookie_ptr PortableInterceptor::Cookie::_narrow (
CORBA::Object_ptr obj,
CORBA::Environment &ACE_TRY_ENV
@@ -692,3 +691,5 @@ template class TAO_Object_Manager<PortableInterceptor::ClientRequestInterceptor,
# pragma instantiate TAO_Object_Field_T<PortableInterceptor::ClientRequestInterceptor,PortableInterceptor::ClientRequestInterceptor_var>
# pragma instantiate TAO_Object_Manager<PortableInterceptor::ClientRequestInterceptor,PortableInterceptor::ClientRequestInterceptor_var>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+
+#endif /* TAO_HAS_INTERCEPTORS */