TAO_RTCORBA
2.0.8
|
RTCORBA::Current interface iplementation. More...
#include <RT_Current.h>
Public Member Functions | |
TAO_RT_Current (TAO_ORB_Core *orb_core) | |
Default constructor. | |
virtual RTCORBA::Priority | the_priority (void) |
virtual void | the_priority (RTCORBA::Priority the_priority) |
Protected Member Functions | |
virtual | ~TAO_RT_Current (void) |
Private Attributes | |
TAO_ORB_Core *const | orb_core_ |
ORB Core that owns us. |
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.
TAO_RT_Current::~TAO_RT_Current | ( | void | ) | [protected, virtual] |
Protected destructor to enforce proper memory management of this reference counted object.
RTCORBA::Priority TAO_RT_Current::the_priority | ( | void | ) | [virtual] |
Implements RTCORBA::Current.
void TAO_RT_Current::the_priority | ( | RTCORBA::Priority | the_priority | ) | [virtual] |
TAO_ORB_Core* const TAO_RT_Current::orb_core_ [private] |
ORB Core that owns us.
Reimplemented from CORBA::Object.