#include <CEC_Dispatching_Task.h>
Inheritance diagram for TAO_CEC_Push_Command
Public Methods | |
TAO_CEC_Push_Command (TAO_CEC_ProxyPushSupplier* proxy, CORBA::Any& event, ACE_Data_Block* data_block, ACE_Allocator *mb_allocator) | |
Constructor. | |
virtual | ~TAO_CEC_Push_Command (void) |
Destructor. | |
virtual int | execute (CORBA::Environment&) |
Command callback. | |
Private Attributes | |
TAO_CEC_ProxyPushSupplier* | proxy_ |
The proxy. | |
CORBA::Any | event_ |
The event. |
|
Constructor.
|
|
Destructor.
|
|
Command callback.
Reimplemented from TAO_CEC_Dispatch_Command. |
|
The event.
|
|
The proxy.
|