#include <Control.h>
List of all members.
Public Member Functions |
virtual | ~TAO_NS_Control (void) |
| This is here due to virtual functions.
|
const ACE_CString & | name (void) const |
| Return the name of this control object.
|
virtual bool | execute (const char *command)=0 |
| Execute the control object. Only return false if the command /// specified is not supported.
|
Protected Member Functions |
| TAO_NS_Control (const char *name) |
| Construct a control object.
|
Private Attributes |
ACE_CString | name_ |
Detailed Description
Definition at line 22 of file Control.h.
Constructor & Destructor Documentation
TAO_NS_Control::~TAO_NS_Control |
( |
void |
|
) |
[virtual] |
This is here due to virtual functions.
Definition at line 7 of file Control.cpp.
TAO_NS_Control::TAO_NS_Control |
( |
const char * |
name |
) |
[protected] |
Construct a control object.
Definition at line 11 of file Control.cpp.
Member Function Documentation
virtual bool TAO_NS_Control::execute |
( |
const char * |
command |
) |
[pure virtual] |
Execute the control object. Only return false if the command /// specified is not supported.
const ACE_CString & TAO_NS_Control::name |
( |
void |
|
) |
const |
Return the name of this control object.
Definition at line 17 of file Control.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: