summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptorC.h
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-21 20:40:33 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-21 20:40:33 +0000
commitc2b497ed15624514e97ce319accce4c3a00245ce (patch)
tree9dbe208ac1a5be0a8a31f92561ec515f6daa9ede /TAO/tao/PortableInterceptorC.h
parent4031a37b0126e74c22580db721adb2c4bf82a2ee (diff)
downloadATCD-c2b497ed15624514e97ce319accce4c3a00245ce.tar.gz
Added check for Messaging
Diffstat (limited to 'TAO/tao/PortableInterceptorC.h')
-rw-r--r--TAO/tao/PortableInterceptorC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableInterceptorC.h b/TAO/tao/PortableInterceptorC.h
index e9a6a27d07a..bec540f18e7 100644
--- a/TAO/tao/PortableInterceptorC.h
+++ b/TAO/tao/PortableInterceptorC.h
@@ -821,7 +821,7 @@ public:
ACE_THROW_SPEC ((
CORBA::SystemException
));
-
+# if (TAO_HAS_CORBA_MESSAGING == 1)
virtual Messaging::SyncScope sync_scope (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
@@ -829,7 +829,7 @@ public:
ACE_THROW_SPEC ((
CORBA::SystemException
));
-
+#endif /* TAO_HAS_CORBA_MESSAGING */
virtual PortableInterceptor::ReplyStatus reply_status (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()