TAO_Notify_RT_Properties Class Reference

RT specifc global properties are stored here. More...

#include <RT_Properties.h>

List of all members.

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 >


Detailed Description

RT specifc global properties are stored here.

Definition at line 32 of file RT_Properties.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_RT_Properties::TAO_Notify_RT_Properties void   ) 
 

Constuctor.

Definition at line 14 of file RT_Properties.cpp.

00015 {
00016 }

TAO_Notify_RT_Properties::~TAO_Notify_RT_Properties  ) 
 

Destructor.

Definition at line 18 of file RT_Properties.cpp.

00019 {
00020 }


Member Function Documentation

ACE_INLINE void TAO_Notify_RT_Properties::current RTCORBA::Current_ptr  current  ) 
 

Definition at line 26 of file RT_Properties.inl.

00027 {
00028   current_ = RTCORBA::Current::_duplicate (current);
00029 }

ACE_INLINE RTCORBA::Current_ptr TAO_Notify_RT_Properties::current void   ) 
 

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 }

ACE_INLINE void TAO_Notify_RT_Properties::rt_orb RTCORBA::RTORB_ptr  rt_orb  ) 
 

Definition at line 14 of file RT_Properties.inl.

00015 {
00016   rt_orb_ = RTCORBA::RTORB::_duplicate (rt_orb);
00017 }

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE RTCORBA::RTORB_ptr TAO_Notify_RT_Properties::rt_orb void   ) 
 

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 }


Friends And Related Function Documentation

friend class TAO_Singleton< TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX > [friend]
 

Definition at line 34 of file RT_Properties.h.


Member Data Documentation

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.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:33:05 2006 for TAO_CosNotification by doxygen 1.3.6