summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Invocation.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Invocation.i')
-rw-r--r--TAO/tao/Asynch_Invocation.i14
1 files changed, 5 insertions, 9 deletions
diff --git a/TAO/tao/Asynch_Invocation.i b/TAO/tao/Asynch_Invocation.i
index d11828e3b6b..53fd1818e42 100644
--- a/TAO/tao/Asynch_Invocation.i
+++ b/TAO/tao/Asynch_Invocation.i
@@ -3,21 +3,19 @@
// $Id$
//
-#if (TAO_HAS_CORBA_MESSAGING == 1)
-
-# if (TAO_HAS_AMI_CALLBACK == 1) || (TAO_HAS_AMI_POLLER == 1)
+#if (TAO_HAS_AMI_CALLBACK == 1) || (TAO_HAS_AMI_POLLER == 1)
ACE_INLINE
TAO_GIOP_Twoway_Asynch_Invocation::
TAO_GIOP_Twoway_Asynch_Invocation (TAO_Stub *stub,
const char *operation,
- CORBA::ULong opname_len,
+ CORBA::ULong opname_len,
TAO_ORB_Core *orb_core,
const TAO_Reply_Handler_Skeleton &reply_handler_skel,
Messaging::ReplyHandler_ptr reply_handler_ptr)
: TAO_GIOP_Invocation (stub,
operation,
- opname_len,
+ opname_len,
orb_core),
rd_ (0)
{
@@ -31,9 +29,7 @@ TAO_GIOP_Twoway_Asynch_Invocation (TAO_Stub *stub,
reply_handler_ptr));
}
-# endif /* TAO_HAS_AMI_CALLBACK == 1 || TAO_HAS_AMI_POLLER == 1 */
-
-#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
+#endif /* TAO_HAS_AMI_CALLBACK == 1 || TAO_HAS_AMI_POLLER == 1 */
//****************************************************************************
@@ -46,7 +42,7 @@ TAO_GIOP_DII_Deferred_Invocation (TAO_Stub *stub,
const CORBA::Request_ptr req)
: TAO_GIOP_Invocation (stub,
req->operation (),
- ACE_OS::strlen (req->operation ()),
+ ACE_OS::strlen (req->operation ()),
orb_core),
rd_ (0)
{