#include <RT_Current.h>
Inheritance diagram for TAO_RT_Current
Public Methods | |
TAO_RT_Current (TAO_ORB_Core *orb_core) | |
Default constructor. | |
virtual RTCORBA::Priority | the_priority (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | the_priority (RTCORBA::Priority the_priority, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
Protected Methods | |
virtual | ~TAO_RT_Current (void) |
Protected destructor to enforce proper memory management of this reference counted object. | |
Private Attributes | |
TAO_ORB_Core* | orb_core_ |
ORB Core that owns us. |
Allows setting/getting the priority of the current thread.
|
Default constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object.
|
|
|
|
|
|
ORB Core that owns us.
|