ACE
6.3.3
|
#include <Functor.h>
Public Member Functions | |
ACE_Noop_Command () | |
Constructor. More... | |
virtual int | execute (void *) |
Implement the empty execute() member function. More... | |
Public Member Functions inherited from ACE_Command_Base | |
ACE_Command_Base (void) | |
Default constructor. More... | |
virtual | ~ACE_Command_Base (void) |
Virtual destructor. More... | |
Implements a ACE_Command_Base with an empty execute() body.
ACE_Noop_Command::ACE_Noop_Command | ( | ) |
Constructor.
|
virtual |
Implement the empty execute() member function.
Implements ACE_Command_Base.