#include <ESF_Delayed_Command.h>
Inheritance diagram for TAO_ESF_Shutdown_Command
Public Methods | |
TAO_ESF_Shutdown_Command (Target *target) | |
constructor... | |
virtual int | execute (void *arg) |
The callback method, if the argument is not nil it is interpreted as a CORBA::Environment. | |
Private Attributes | |
Target* | target_ |
The target. |
|
constructor...
|
|
The callback method, if the argument is not nil it is interpreted as a CORBA::Environment.
Reimplemented from ACE_Command_Base. |
|
The target.
|