ACE  6.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ACE_Noop_Command Class Reference

#include <Functor.h>

Inheritance diagram for ACE_Noop_Command:
Inheritance graph
[legend]
Collaboration diagram for ACE_Noop_Command:
Collaboration graph
[legend]

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...
 

Detailed Description

Implements a ACE_Command_Base with an empty execute() body.

Constructor & Destructor Documentation

ACE_Noop_Command::ACE_Noop_Command ( )

Constructor.

Member Function Documentation

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: