#include <RTCORBAC.h>
Inheritance diagram for RTCORBA::Mutex:
Public Types | |
typedef Mutex_ptr | _ptr_type |
typedef Mutex_var | _var_type |
Public Member Functions | |
void | lock () |
void | unlock () |
boolean | try_lock (in TimeBase::TimeT max_wait) |
virtual void | lock ()=0 throw ( CORBA::SystemException ) |
virtual void | unlock ()=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | try_lock (::TimeBase::TimeT max_wait)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
Mutex_ptr | _duplicate (Mutex_ptr obj) |
void | _tao_release (Mutex_ptr obj) |
Mutex_ptr | _narrow (CORBA::Object_ptr obj) |
Mutex_ptr | _unchecked_narrow (CORBA::Object_ptr obj) |
Mutex_ptr | _nil (void) |
void | _tao_any_destructor (void *) |
Protected Member Functions | |
Mutex (void) | |
virtual | ~Mutex (void) |
Private Member Functions | |
Mutex (const Mutex &) | |
void | operator= (const Mutex &) |
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
|
|
|
|
|
|
|
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
|
|
|
|
Implemented in TAO_RT_Mutex. |
|
Implemented in TAO_RT_Mutex. |
|
Reimplemented from CORBA::Object. |
|
|
|
|
|
|
|
Implemented in TAO_RT_Mutex. |
|
Implemented in TAO_RT_Mutex. |