#include "ace/Functor.h"
#include "orbsvcs/ESF/ESF_Delayed_Command.inl"
#include "orbsvcs/ESF/ESF_Delayed_Command.cpp"
Go to the source code of this file.
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... |
http://doc.ece.uci.edu/~coryan/EC/index.html
Definition in file ESF_Delayed_Command.h.