TAO_RTEvent
2.0.8
|
#include <EC_Dispatching_Task.h>
Public Member Functions | |
TAO_EC_Dispatch_Command (ACE_Allocator *mb_allocator=0) | |
Constructor, it will allocate its own data block. | |
TAO_EC_Dispatch_Command (ACE_Data_Block *, ACE_Allocator *mb_allocator=0) | |
Constructor, it assumes ownership of the data block. | |
virtual | ~TAO_EC_Dispatch_Command (void) |
Destructor. | |
virtual int | execute (void)=0 |
Command callback. |
TAO_EC_Dispatch_Command::TAO_EC_Dispatch_Command | ( | ACE_Allocator * | mb_allocator = 0 | ) |
Constructor, it will allocate its own data block.
TAO_EC_Dispatch_Command::TAO_EC_Dispatch_Command | ( | ACE_Data_Block * | data_block, |
ACE_Allocator * | mb_allocator = 0 |
||
) |
Constructor, it assumes ownership of the data block.
TAO_EC_Dispatch_Command::~TAO_EC_Dispatch_Command | ( | void | ) | [virtual] |
Destructor.
virtual int TAO_EC_Dispatch_Command::execute | ( | void | ) | [pure virtual] |
Command callback.
Implemented in TAO_EC_Push_Command, and TAO_EC_Shutdown_Task_Command.