summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptorC.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableInterceptorC.i')
-rw-r--r--TAO/tao/PortableInterceptorC.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/PortableInterceptorC.i b/TAO/tao/PortableInterceptorC.i
index e736eb0a98f..2ad6d8d9be5 100644
--- a/TAO/tao/PortableInterceptorC.i
+++ b/TAO/tao/PortableInterceptorC.i
@@ -7,7 +7,7 @@
// Information about TAO is available at:
// http://www.cs.wustl.edu/~schmidt/TAO.html
-
+#if (TAO_HAS_INTERCEPTORS == 1)
#if !defined (_PORTABLEINTERCEPTOR_OCTETSEQ_CI_)
#define _PORTABLEINTERCEPTOR_OCTETSEQ_CI_
@@ -3465,3 +3465,4 @@ operator>> (
return 0;
}
+#endif /* TAO_HAS_INTERCEPTORS == 1 */