TAO_CosNotification
2.2.5
|
RT specifc global properties are stored here. More...
#include <RT_Properties.h>
Public Member Functions | |
TAO_Notify_RT_Properties (void) | |
Constructor. More... | |
~TAO_Notify_RT_Properties () | |
Destructor. More... | |
RTCORBA::RTORB_ptr | rt_orb (void) |
void | rt_orb (RTCORBA::RTORB_ptr rt_orb) |
RTCORBA::Current_ptr | current (void) |
void | current (RTCORBA::Current_ptr current) |
Static Public Member Functions | |
static TAO_Notify_RT_Properties * | instance (void) |
Return singleton instance of this class. More... | |
Protected Attributes | |
RTCORBA::RTORB_var | rt_orb_ |
RT-ORB. More... | |
RTCORBA::Current_var | current_ |
Current. More... | |
RT specifc global properties are stored here.
TAO_Notify_RT_Properties::TAO_Notify_RT_Properties | ( | void | ) |
Constructor.
TAO_Notify_RT_Properties::~TAO_Notify_RT_Properties | ( | ) |
Destructor.
RTCORBA::Current_ptr TAO_Notify_RT_Properties::current | ( | void | ) |
void TAO_Notify_RT_Properties::current | ( | RTCORBA::Current_ptr | current | ) |
|
static |
Return singleton instance of this class.
RTCORBA::RTORB_ptr TAO_Notify_RT_Properties::rt_orb | ( | void | ) |
void TAO_Notify_RT_Properties::rt_orb | ( | RTCORBA::RTORB_ptr | rt_orb | ) |
|
protected |
Current.
|
protected |
RT-ORB.