summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-28 19:38:29 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-28 19:38:29 +0000
commit27ee934908192ee545f69f27138b1d91e02881c1 (patch)
tree2a6c95790559bb4cea85db843d137caf5448fd4b
parent27d90a1042492f648c4e1a23d514e7be1edf1925 (diff)
downloadATCD-27ee934908192ee545f69f27138b1d91e02881c1.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/InterceptorC.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/InterceptorC.cpp b/TAO/tao/InterceptorC.cpp
index d01a10cf494..f1966b27380 100644
--- a/TAO/tao/InterceptorC.cpp
+++ b/TAO/tao/InterceptorC.cpp
@@ -9,6 +9,8 @@
#include "InterceptorC.h"
+#if (TAO_HAS_INTERCEPTORS == 1)
+
#if !defined (__ACE_INLINE__)
#include "InterceptorC.i"
#endif /* !defined INLINE */
@@ -403,3 +405,4 @@ const char* PortableInterceptor::ClientRequestInterceptor::_interface_repository
return "IDL:TAO/PortableInterceptor/ClientRequestInterceptor:1.0";
}
+#endif /* TAO_HAS_INTERCEPTORS == 1 */