#include <DII_Reply_Dispatcher.h>
Inheritance diagram for TAO_DII_Deferred_Reply_Dispatcher:
Public Methods | |
TAO_DII_Deferred_Reply_Dispatcher (const CORBA::Request_ptr req, TAO_ORB_Core *orb_core) | |
virtual | ~TAO_DII_Deferred_Reply_Dispatcher (void) |
virtual int | dispatch_reply (TAO_Pluggable_Reply_Params ¶m) |
virtual void | connection_closed (void) |
Private Attributes | |
char | buf_ [ACE_CDR::DEFAULT_BUFSIZE] |
The buffer that is used to initialise the data block. | |
ACE_Data_Block | db_ |
TAO_InputCDR | reply_cdr_ |
CDR stream for reading the input. | |
const CORBA::Request_ptr | req_ |
Where the reply needs to go. |
|
|
|
|
|
Reimplemented from TAO_Asynch_Reply_Dispatcher_Base. |
|
Reimplemented from TAO_Asynch_Reply_Dispatcher_Base. |
|
The buffer that is used to initialise the data block.
Reimplemented from TAO_Asynch_Reply_Dispatcher_Base. |
|
datablock that is created on teh stack to initialise the CDR stream underneath. Reimplemented from TAO_Asynch_Reply_Dispatcher_Base. |
|
CDR stream for reading the input.
Reimplemented from TAO_Asynch_Reply_Dispatcher_Base. |
|
Where the reply needs to go.
|