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.i34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/tao/Asynch_Invocation.i b/TAO/tao/Asynch_Invocation.i
deleted file mode 100644
index 800b5f14595..00000000000
--- a/TAO/tao/Asynch_Invocation.i
+++ /dev/null
@@ -1,34 +0,0 @@
-// This may look like C, but it's really -*- C++ -*-
-//
-// $Id$
-//
-
-ACE_INLINE
-TAO_GIOP_Twoway_Asynch_Invocation::
-TAO_GIOP_Twoway_Asynch_Invocation (TAO_Stub *stub,
- const char *operation,
- TAO_ORB_Core *orb_core,
- const TAO_Reply_Handler_Skeleton &reply_handler_skel,
- Messaging::ReplyHandler_ptr reply_handler_ptr)
- : TAO_GIOP_Invocation (stub, operation, orb_core),
- rd_ (0)
-{
- // New Reply Dispatcher.
- ACE_NEW (rd_,
- TAO_Asynch_Reply_Dispatcher (reply_handler_skel,
- reply_handler_ptr));
-}
-
-// ACE_INLINE TAO_InputCDR &
-// TAO_GIOP_Twoway_Asynch_Invocation::inp_stream (void)
-// {
-// return this->message_state_->cdr;
-// }
-//
-// ACE_INLINE void
-// TAO_GIOP_Twoway_Asynch_Invocation::get_value (CORBA::TypeCode_ptr tc,
-// void *value,
-// CORBA::Environment &ACE_TRY_ENV)
-// {
-// (void) this->inp_stream ().decode (tc, value, 0, ACE_TRY_ENV);
-// }