#include <Invocation.h>
Inheritance diagram for TAO_GIOP_Synch_Invocation
Public Methods | |
TAO_GIOP_Synch_Invocation (void) | |
Default constructor. This should never get called, it is here only to appease older versions of g++. | |
TAO_GIOP_Synch_Invocation (TAO_Stub *stub, const char *operation, CORBA::ULong opname_len, CORBA::Boolean argument_flag, TAO_ORB_Core *orb_core, int byte_order = TAO_ENCAP_BYTE_ORDER) | |
Constructor. | |
virtual | ~TAO_GIOP_Synch_Invocation (void) |
Destructor. | |
TAO_InputCDR& | inp_stream (void) |
Return the underlying input stream. Called by the stub to demarshal the results of the upcall into whatever return arguments there may be. |
Base class for TAO_GIOP_Twoway_Invocation and TAO_GIOP_Oneway_Invocation.
|
Default constructor. This should never get called, it is here only to appease older versions of g++.
|
|
Constructor.
|
|
Destructor.
|
|
Return the underlying input stream. Called by the stub to demarshal the results of the upcall into whatever return arguments there may be.
|