#include <RT_Current.h>
Inheritance diagram for TAO_RT_Current:
Public Member Functions | |
TAO_RT_Current (TAO_ORB_Core *orb_core) | |
Default constructor. | |
virtual RTCORBA::Priority | the_priority (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | the_priority (RTCORBA::Priority the_priority ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Protected Member Functions | |
virtual | ~TAO_RT_Current (void) |
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. |
|
|
|
Implements RTCORBA::Current. |
|
ORB Core that owns us.
Reimplemented from CORBA::Object. |