RT specifc global properties are stored here. More...
#include <RT_Properties.h>
Public Member Functions | |
TAO_Notify_RT_Properties (void) | |
Constructor. | |
~TAO_Notify_RT_Properties () | |
Destructor. | |
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. | |
Protected Attributes | |
RTCORBA::RTORB_var | rt_orb_ |
RT-ORB. | |
RTCORBA::Current_var | current_ |
Current. |
RT specifc global properties are stored here.
Definition at line 31 of file RT_Properties.h.
TAO_Notify_RT_Properties::TAO_Notify_RT_Properties | ( | void | ) |
TAO_Notify_RT_Properties::~TAO_Notify_RT_Properties | ( | ) |
RTCORBA::Current_ptr TAO_Notify_RT_Properties::current | ( | void | ) |
Definition at line 20 of file RT_Properties.inl.
{ return RTCORBA::Current::_duplicate (current_.in()); }
void TAO_Notify_RT_Properties::current | ( | RTCORBA::Current_ptr | current | ) |
Definition at line 26 of file RT_Properties.inl.
TAO_Notify_RT_Properties * TAO_Notify_RT_Properties::instance | ( | void | ) | [static] |
Return singleton instance of this class.
Definition at line 24 of file RT_Properties.cpp.
{ // Hide the template instantiation to prevent multiple instances // from being created. return TAO_Singleton<TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX>::instance (); }
void TAO_Notify_RT_Properties::rt_orb | ( | RTCORBA::RTORB_ptr | rt_orb | ) |
Definition at line 14 of file RT_Properties.inl.
RTCORBA::RTORB_ptr TAO_Notify_RT_Properties::rt_orb | ( | void | ) |
Definition at line 8 of file RT_Properties.inl.
{ return RTCORBA::RTORB::_duplicate (rt_orb_.in ()); }
RTCORBA::Current_var TAO_Notify_RT_Properties::current_ [protected] |
Current.
Definition at line 54 of file RT_Properties.h.
RTCORBA::RTORB_var TAO_Notify_RT_Properties::rt_orb_ [protected] |
RT-ORB.
Definition at line 51 of file RT_Properties.h.