#include <EC_Kokyu_Dispatching.h>
Public Member Functions | |
TAO_EC_Kokyu_Shutdown_Command (ACE_Allocator *allocator) | |
Constructor. | |
virtual int | execute (void) |
Command callback. | |
Protected Member Functions | |
virtual | ~TAO_EC_Kokyu_Shutdown_Command (void) |
|
Constructor.
Definition at line 11 of file EC_Kokyu_Dispatching.inl.
00012 : Kokyu::Dispatch_Command () 00013 { 00014 } |
|
Definition at line 163 of file EC_Kokyu_Dispatching.cpp.
00164 { 00165 } |
|
Command callback.
Definition at line 168 of file EC_Kokyu_Dispatching.cpp.
00169 {
00170 return -1;
00171 }
|