|
ACE 8.0.0
|
#include <Functor.h>


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