#include <RT_Properties.h>
Public Member Functions | |
TAO_Notify_RT_Properties (void) | |
Constuctor. | |
~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 | |
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. |
Definition at line 31 of file RT_Properties.h.
|
Constuctor.
Definition at line 15 of file RT_Properties.cpp.
00016 { 00017 } |
|
Destructor.
Definition at line 19 of file RT_Properties.cpp.
00020 { 00021 } |
|
Definition at line 26 of file RT_Properties.inl.
00027 { 00028 current_ = RTCORBA::Current::_duplicate (current); 00029 } |
|
Definition at line 20 of file RT_Properties.inl. Referenced by TAO_RT_Notify_Service::init_i().
00021 { 00022 return RTCORBA::Current::_duplicate (current_.in()); 00023 } |
|
Return singleton instance of this class.
Definition at line 24 of file RT_Properties.cpp. References TAO_Singleton< TYPE, ACE_LOCK >::instance(). Referenced by TAO_Notify_RT_POA_Helper::init(), and TAO_RT_Notify_Service::init_i().
00025 { 00026 // Hide the template instantiation to prevent multiple instances 00027 // from being created. 00028 00029 return 00030 TAO_Singleton<TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX>::instance (); 00031 } |
|
Definition at line 14 of file RT_Properties.inl.
00015 { 00016 rt_orb_ = RTCORBA::RTORB::_duplicate (rt_orb); 00017 } |
|
Definition at line 8 of file RT_Properties.inl. Referenced by TAO_Notify_RT_POA_Helper::init(), and TAO_RT_Notify_Service::init_i().
00009 { 00010 return RTCORBA::RTORB::_duplicate (rt_orb_.in ()); 00011 } |
|
Current.
Definition at line 53 of file RT_Properties.h. |
|
RT-ORB.
Definition at line 50 of file RT_Properties.h. |