#include <EC_Lifetime_Utils_T.h>
Collaboration diagram for TAO_EC_Shutdown_Command< T >:
Public Member Functions | |
TAO_EC_Shutdown_Command (void) | |
TAO_EC_Shutdown_Command (T target) | |
void | execute () |
Private Attributes | |
T | target_ |
|
Definition at line 90 of file EC_Lifetime_Utils_T.i.
00091 : target_ () 00092 { 00093 } |
|
Definition at line 97 of file EC_Lifetime_Utils_T.i.
00098 : target_ (target) 00099 { 00100 } |
|
|
|
Definition at line 91 of file EC_Lifetime_Utils_T.h. |