#include <Condition_Thread_Mutex.h>
Public Methods | |
ACE_Condition_Attributes (int type=ACE_DEFAULT_SYNCH_TYPE) | |
Constructor. | |
~ACE_Condition_Attributes (void) | |
Destructor. | |
Private Methods | |
void | operator= (const ACE_Condition_Attributes &) |
ACE_Condition_Attributes (const ACE_Condition_Attributes &) | |
Private Attributes | |
ACE_condattr_t | attributes_ |
The attributes. | |
Friends | |
class | ACE_Condition_Thread_Mutex |
|
Constructor.
|
|
Destructor.
|
|
|
|
|
|
|
|
The attributes.
|