TAO_RTCORBA  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TAO_RT_Current Class Reference

RTCORBA::Current interface iplementation. More...

#include <RT_Current.h>

Inheritance diagram for TAO_RT_Current:
Inheritance graph
Collaboration diagram for TAO_RT_Current:
Collaboration graph

Public Member Functions

 TAO_RT_Current (TAO_ORB_Core *orb_core)
 Default constructor. More...
 
virtual RTCORBA::Priority the_priority (void)
 
virtual void the_priority (RTCORBA::Priority the_priority)
 

Protected Member Functions

virtual ~TAO_RT_Current (void)
 
- Protected Member Functions inherited from CORBA::LocalObject
 Object (int dummy=0)
 
TAO::Object_Proxy_Brokerproxy_broker () const
 

Private Attributes

TAO_ORB_Core *const orb_core_
 ORB Core that owns us. More...
 

Additional Inherited Members

- Public Types inherited from CORBA::LocalObject
typedef Object_ptr _ptr_type
 
typedef Object_var _var_type
 
typedef Object_out _out_type
 
- Static Public Member Functions inherited from CORBA::LocalObject
static CORBA::Boolean marshal (const Object_ptr x, TAO_OutputCDR &cdr)
 
static void _tao_any_destructor (void *)
 
static CORBA::Boolean is_nil_i (CORBA::Object_ptr obj)
 
static void tao_object_initialize (Object *)
 
static CORBA::Object_ptr _duplicate (CORBA::Object_ptr obj)
 
static CORBA::Object_ptr _nil (void)
 
static CORBA::Object_ptr _narrow (CORBA::Object_ptr obj)
 

Detailed Description

RTCORBA::Current interface iplementation.

Allows setting/getting the priority of the current thread.

Constructor & Destructor Documentation

TAO_RT_Current::TAO_RT_Current ( TAO_ORB_Core orb_core)

Default constructor.

TAO_RT_Current::~TAO_RT_Current ( void  )
protectedvirtual

Protected destructor to enforce proper memory management of this reference counted object.

Member Function Documentation

RTCORBA::Priority TAO_RT_Current::the_priority ( void  )
virtual
void TAO_RT_Current::the_priority ( RTCORBA::Priority  the_priority)
virtual

Member Data Documentation

TAO_ORB_Core* const TAO_RT_Current::orb_core_
private

ORB Core that owns us.


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