ACE
6.3.3
|
#include <Monitor_Control_Action.h>
Public Member Functions | |
virtual void | execute (const char *command=0)=0 |
To be implemented by the concrete derived class. More... | |
void | add_ref (void) |
Refcounting methods. More... | |
void | remove_ref (void) |
Protected Member Functions | |
Control_Action (void) | |
virtual | ~Control_Action (void) |
Additional Inherited Members | |
Private Member Functions inherited from ACE_Refcountable_T< ACE_SYNCH_MUTEX > | |
virtual | ~ACE_Refcountable_T (void) |
Destructor. More... | |
long | increment (void) |
Increment refcount. More... | |
long | decrement (void) |
Decrement refcount. More... | |
long | refcount (void) const |
Returns the current refcount. More... | |
ACE_Refcountable_T (long refcount) | |
Protected constructor. More... | |
Private Attributes inherited from ACE_Refcountable_T< ACE_SYNCH_MUTEX > | |
ACE_Atomic_Op< ACE_SYNCH_MUTEX, long > | refcount_ |
Current refcount. More... | |
|
protected |
|
protectedvirtual |
void ACE::Monitor_Control::Control_Action::add_ref | ( | void | ) |
Refcounting methods.
|
pure virtual |
To be implemented by the concrete derived class.
void ACE::Monitor_Control::Control_Action::remove_ref | ( | void | ) |