ACE
6.1.5
|
#include <Functor.h>
Public Member Functions | |
ACE_Noop_Command () | |
Constructor. | |
virtual int | execute (void *) |
Implement the empty execute() member function. | |
![]() | |
ACE_Command_Base (void) | |
Default constructor. | |
virtual | ~ACE_Command_Base (void) |
Virtual destructor. | |
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.