ACE 8.0.5
Loading...
Searching...
No Matches
ACE_Noop_Command Class Reference

#include <Functor.h>

Inheritance diagram for ACE_Noop_Command:
Collaboration diagram for ACE_Noop_Command:

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.

Detailed Description

Implements a ACE_Command_Base with an empty execute() body.

Constructor & Destructor Documentation

◆ ACE_Noop_Command()

ACE_Noop_Command::ACE_Noop_Command ( )
default

Constructor.

Member Function Documentation

◆ execute()

int ACE_Noop_Command::execute ( void * )
virtual

Implement the empty execute() member function.

Implements ACE_Command_Base.


The documentation for this class was generated from the following files: