summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-26 00:41:15 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-26 00:41:15 +0000
commitd505d0218ab7d98ab6f4cc3b2d0d904d1b25a1c1 (patch)
treec8b46d0418f0c230f8005d9434a5a7e07ed0a52a
parent82242ed7fcae783e8582bbe88e17fc449c446083 (diff)
downloadATCD-d505d0218ab7d98ab6f4cc3b2d0d904d1b25a1c1.tar.gz
added interceptors check
-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 */