ACE  6.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
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]

List of all members.

Public Member Functions

 ACE_Noop_Command ()
 Constructor.
virtual int execute (void *)
 Implement the empty execute() member function.
- Public Member Functions inherited from ACE_Command_Base
 ACE_Command_Base (void)
 Default constructor.
virtual ~ACE_Command_Base (void)
 Virtual destructor.

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: