#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) |
Protected Attributes | |
RTCORBA::RTORB_var | rt_orb_ |
RT-ORB. | |
RTCORBA::Current_var | current_ |
Current. | |
Friends | |
class | TAO_Singleton< TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX > |
Definition at line 32 of file RT_Properties.h.
|
Constuctor.
Definition at line 14 of file RT_Properties.cpp.
00015 { 00016 } |
|
Destructor.
Definition at line 18 of file RT_Properties.cpp.
00019 { 00020 } |
|
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 } |
|
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_RT_Notify_Service::init_i().
00009 { 00010 return RTCORBA::RTORB::_duplicate (rt_orb_.in ()); 00011 } |
|
Definition at line 34 of file RT_Properties.h. |
|
Current.
Definition at line 54 of file RT_Properties.h. |
|
RT-ORB.
Definition at line 51 of file RT_Properties.h. |