TAO_Pluggable_Reply_Params Class Reference

TAO_Pluggable_Connector_Params. More...

#include <Pluggable_Messaging_Utils.h>

Inheritance diagram for TAO_Pluggable_Reply_Params:

Inheritance graph
[legend]
Collaboration diagram for TAO_Pluggable_Reply_Params:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Pluggable_Reply_Params (TAO_Transport *t)
 Constructor.

Public Attributes

TAO_InputCDRinput_cdr_
TAO_Transporttransport_

Detailed Description

TAO_Pluggable_Connector_Params.

Definition at line 103 of file Pluggable_Messaging_Utils.h.


Constructor & Destructor Documentation

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 }


Member Data Documentation

TAO_InputCDR* TAO_Pluggable_Reply_Params::input_cdr_

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().

TAO_Transport* TAO_Pluggable_Reply_Params::transport_

Definition at line 114 of file Pluggable_Messaging_Utils.h.

Referenced by TAO_GIOP_Message_Base::process_reply_message().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:39:41 2010 for TAO by  doxygen 1.4.7