#include <Pluggable_Messaging_Utils.h>
Inheritance diagram for TAO_Pluggable_Reply_Params:
Public Member Functions | |
TAO_Pluggable_Reply_Params (TAO_Transport *t) | |
Constructor. | |
Public Attributes | |
TAO_InputCDR * | input_cdr_ |
TAO_Transport * | transport_ |
Definition at line 95 of file Pluggable_Messaging_Utils.h.
|
Constructor.
Definition at line 17 of file Pluggable_Messaging_Utils.cpp.
00018 : input_cdr_ (0) 00019 , transport_ (t) 00020 { 00021 } |
|
The stream with the non-demarshaled reply. This stream will be passed up to the stubs to demarshal the parameter values. Definition at line 104 of file Pluggable_Messaging_Utils.h. Referenced by TAO_Synch_Reply_Dispatcher::dispatch_reply(), and TAO_GIOP_Message_Base::process_reply_message(). |
|
Definition at line 106 of file Pluggable_Messaging_Utils.h. Referenced by TAO_GIOP_Message_Base::process_reply_message(). |