#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.i.
00012 : Kokyu::Dispatch_Command () 00013 { 00014 } |
|
Definition at line 169 of file EC_Kokyu_Dispatching.cpp.
00170 { 00171 } |
|
Command callback.
Definition at line 174 of file EC_Kokyu_Dispatching.cpp.
00175 {
00176 return -1;
00177 }
|