TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
TAO_Notify_RT_Properties Class Reference

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

#include <RT_Properties.h>

Public Member Functions

 TAO_Notify_RT_Properties ()
 Constructor.
 
 ~TAO_Notify_RT_Properties ()
 Destructor.
 
RTCORBA::RTORB_ptr rt_orb ()
 
void rt_orb (RTCORBA::RTORB_ptr rt_orb)
 
RTCORBA::Current_ptr current ()
 
void current (RTCORBA::Current_ptr current)
 

Static Public Member Functions

static TAO_Notify_RT_Propertiesinstance ()
 Return singleton instance of this class.
 

Protected Attributes

RTCORBA::RTORB_var rt_orb_
 RT-ORB.
 
RTCORBA::Current_var current_
 Current.
 

Detailed Description

RT specific global properties are stored here.

Constructor & Destructor Documentation

◆ TAO_Notify_RT_Properties()

TAO_Notify_RT_Properties::TAO_Notify_RT_Properties ( )

Constructor.

◆ ~TAO_Notify_RT_Properties()

TAO_Notify_RT_Properties::~TAO_Notify_RT_Properties ( )

Destructor.

Member Function Documentation

◆ current() [1/2]

RTCORBA::Current_ptr TAO_Notify_RT_Properties::current ( )

◆ current() [2/2]

void TAO_Notify_RT_Properties::current ( RTCORBA::Current_ptr current)

◆ instance()

TAO_Notify_RT_Properties * TAO_Notify_RT_Properties::instance ( )
static

Return singleton instance of this class.

◆ rt_orb() [1/2]

RTCORBA::RTORB_ptr TAO_Notify_RT_Properties::rt_orb ( )

◆ rt_orb() [2/2]

void TAO_Notify_RT_Properties::rt_orb ( RTCORBA::RTORB_ptr rt_orb)

Member Data Documentation

◆ current_

RTCORBA::Current_var TAO_Notify_RT_Properties::current_
protected

Current.

◆ rt_orb_

RTCORBA::RTORB_var TAO_Notify_RT_Properties::rt_orb_
protected

RT-ORB.


The documentation for this class was generated from the following files: