TAO_RTCORBA
2.2.3
|
RTCORBA::Current interface iplementation. More...
#include <RT_Current.h>
Public Member Functions | |
TAO_RT_Current (TAO_ORB_Core *orb_core) | |
Default constructor. More... | |
virtual RTCORBA::Priority | the_priority (void) |
virtual void | the_priority (RTCORBA::Priority the_priority) |
Protected Member Functions | |
virtual | ~TAO_RT_Current (void) |
![]() | |
Object (int dummy=0) | |
TAO::Object_Proxy_Broker * | proxy_broker () const |
Private Attributes | |
TAO_ORB_Core *const | orb_core_ |
ORB Core that owns us. More... | |
Additional Inherited Members | |
![]() | |
typedef Object_ptr | _ptr_type |
typedef Object_var | _var_type |
typedef Object_out | _out_type |
![]() | |
static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
static void | _tao_any_destructor (void *) |
static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
static void | tao_object_initialize (Object *) |
static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
static CORBA::Object_ptr | _nil (void) |
static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
RTCORBA::Current interface iplementation.
Allows setting/getting the priority of the current thread.
TAO_RT_Current::TAO_RT_Current | ( | TAO_ORB_Core * | orb_core | ) |
Default constructor.
|
protectedvirtual |
Protected destructor to enforce proper memory management of this reference counted object.
|
virtual |
|
virtual |
|
private |
ORB Core that owns us.