TAO_RTCORBA
2.1.2
|
#include <RTCORBAC.h>
Public Types | |
typedef Mutex_ptr | _ptr_type |
typedef Mutex_var | _var_type |
typedef Mutex_out | _out_type |
Public Member Functions | |
virtual void | lock (void)=0 |
virtual void | unlock (void)=0 |
virtual ::CORBA::Boolean | try_lock (::TimeBase::TimeT max_wait)=0 |
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 | |
static void | _tao_any_destructor (void *) |
static Mutex_ptr | _duplicate (Mutex_ptr obj) |
static void | _tao_release (Mutex_ptr obj) |
static Mutex_ptr | _narrow (::CORBA::Object_ptr obj) |
static Mutex_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Mutex_ptr | _nil (void) |
Protected Member Functions | |
Mutex (void) | |
virtual | ~Mutex (void) |
Private Member Functions | |
Mutex (const Mutex &) | |
void | operator= (const Mutex &) |
typedef Mutex_out RTCORBA::Mutex::_out_type |
Reimplemented from CORBA::Object.
typedef Mutex_ptr RTCORBA::Mutex::_ptr_type |
Reimplemented from CORBA::Object.
typedef Mutex_var RTCORBA::Mutex::_var_type |
Reimplemented from CORBA::Object.
|
protected |
|
protectedvirtual |
|
private |
|
static |
|
virtual |
Reimplemented from CORBA::Object.
|
virtual |
Reimplemented from CORBA::Object.
|
static |
|
static |
Reimplemented from CORBA::Object.
|
static |
Reimplemented from CORBA::Object.
|
static |
|
static |
|
pure virtual |
Implemented in TAO_RT_Mutex.
|
virtual |
Reimplemented from CORBA::Object.
|
private |
|
pure virtual |
|
pure virtual |
Implemented in TAO_RT_Mutex.