TAO_ESF
2.3.2
|
#include "ace/Functor.h"
#include "orbsvcs/ESF/ESF_Delayed_Command.inl"
#include "orbsvcs/ESF/ESF_Delayed_Command.cpp"
Classes | |
class | TAO_ESF_Connected_Command< Target, Object > |
Implements a Command object that invokes the connected_i() method on the target, passing an argument of type Object. More... | |
class | TAO_ESF_Reconnected_Command< Target, Object > |
Implements a Command object that invokes the reconnected_i() method on the target, passing an argument of type Object. More... | |
class | TAO_ESF_Disconnected_Command< Target, Object > |
Implements a Command object that invokes the disconnected_i() method on the target, passing an argument of type Object. More... | |
class | TAO_ESF_Shutdown_Command< Target > |
Implements a Command object that invokes the shutdown_i() method on the target, passing an argument of type Object. More... | |