#include <EC_Dispatching_Task.h>
Inheritance diagram for TAO_EC_Shutdown_Task_Command:
Public Member Functions | |
TAO_EC_Shutdown_Task_Command (ACE_Allocator *mb_allocator=0) | |
Constructor. | |
virtual int | execute (void) |
Command callback. |
Definition at line 146 of file EC_Dispatching_Task.h.
ACE_INLINE TAO_EC_Shutdown_Task_Command::TAO_EC_Shutdown_Task_Command | ( | ACE_Allocator * | mb_allocator = 0 |
) |
Constructor.
Definition at line 62 of file EC_Dispatching_Task.inl.
00063 : TAO_EC_Dispatch_Command (mb_allocator) 00064 { 00065 }
int TAO_EC_Shutdown_Task_Command::execute | ( | void | ) | [virtual] |
Command callback.
Implements TAO_EC_Dispatch_Command.
Definition at line 185 of file EC_Dispatching_Task.cpp.