ACE
6.1.0
|
#include <Functor.h>
Public Member Functions | |
ACE_Noop_Command () | |
Constructor. | |
virtual int | execute (void *) |
Implement the empty execute() member function. |
Implements a ACE_Command_Base with an empty execute() body.
ACE_Noop_Command::ACE_Noop_Command | ( | ) |
Constructor.
int ACE_Noop_Command::execute | ( | void * | ) | [virtual] |
Implement the empty execute() member function.
Implements ACE_Command_Base.