TAO_Pluggable_Connector_Params. More...
#include <Pluggable_Messaging_Utils.h>
Public Member Functions | |
TAO_Pluggable_Reply_Params (TAO_Transport *t) | |
Constructor. | |
Public Attributes | |
TAO_InputCDR * | input_cdr_ |
TAO_Transport * | transport_ |
TAO_Pluggable_Connector_Params.
Definition at line 101 of file Pluggable_Messaging_Utils.h.
TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params | ( | TAO_Transport * | t | ) |
Constructor.
Definition at line 16 of file Pluggable_Messaging_Utils.cpp.
: input_cdr_ (0) , transport_ (t) { }
The stream with the non-demarshaled reply. This stream will be passed up to the stubs to demarshal the parameter values.
Definition at line 110 of file Pluggable_Messaging_Utils.h.
Definition at line 112 of file Pluggable_Messaging_Utils.h.