#include <Asynch_Invocation.h>
Inheritance diagram for TAO_GIOP_Twoway_Asynch_Invocation
Public Methods | |
TAO_GIOP_Twoway_Asynch_Invocation ( TAO_Stub *stub, const char *operation, CORBA::ULong opname_len_, CORBA::Boolean argument_flag, TAO_ORB_Core* orb_core, const TAO_Reply_Handler_Skeleton &reply_handler_skel, Messaging::ReplyHandler_ptr reply_handler_ptr ) | |
Constructor. | |
Protected Methods | |
virtual int | invoke_i (CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException) |
Implementation of the invoke() methods, handles the basic send/reply code and the system exceptions. |
|
Constructor.
|
|
Implementation of the invoke() methods, handles the basic send/reply code and the system exceptions.
Reimplemented from TAO_GIOP_Asynch_Invocation. |