#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 103 of file Pluggable_Messaging_Utils.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params | ( | TAO_Transport * | t | ) |
Constructor.
Definition at line 16 of file Pluggable_Messaging_Utils.cpp.
00017 : input_cdr_ (0) 00018 , transport_ (t) 00019 { 00020 }
The stream with the non-demarshaled reply. This stream will be passed up to the stubs to demarshal the parameter values.
Definition at line 112 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 114 of file Pluggable_Messaging_Utils.h.
Referenced by TAO_GIOP_Message_Base::process_reply_message().