|
ACE 7.0.9
|
#include <Functor.h>


Public Member Functions | |
| ACE_Noop_Command ()=default | |
| Constructor. More... | |
| virtual int | execute (void *) |
| Implement the empty execute() member function. More... | |
Public Member Functions inherited from ACE_Command_Base | |
| ACE_Command_Base () | |
| Default constructor. More... | |
| virtual | ~ACE_Command_Base ()=default |
| Virtual destructor. More... | |
| virtual int | execute (void *arg=0)=0 |
Implements a ACE_Command_Base with an empty execute() body.
|
default |
Constructor.
|
virtual |
Implement the empty execute() member function.
Implements ACE_Command_Base.