TAO_PortableServer
2.1.0
|
#include <PS_CurrentC.h>
Classes | |
class | NoContext |
Public Types | |
typedef Current_ptr | _ptr_type |
typedef Current_var | _var_type |
typedef Current_out | _out_type |
Public Member Functions | |
virtual ::PortableServer::POA_ptr | get_POA (void)=0 |
virtual ::PortableServer::ObjectId * | get_object_id (void)=0 |
virtual ::CORBA::Object_ptr | get_reference (void)=0 |
virtual ::PortableServer::Servant | get_servant (void)=0 |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static Current_ptr | _duplicate (Current_ptr obj) |
static void | _tao_release (Current_ptr obj) |
static Current_ptr | _narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _nil (void) |
Static Public Attributes | |
::CORBA::TypeCode_ptr const | _tc_NoContext |
Protected Member Functions | |
Current (void) | |
virtual | ~Current (void) |
Private Member Functions | |
Current (const Current &) | |
void | operator= (const Current &) |
Reimplemented from CORBA::Current.
Reimplemented from CORBA::Current.
Reimplemented from CORBA::Current.
PortableServer::Current::Current | ( | void | ) | [protected] |
Reimplemented from CORBA::Current.
PortableServer::Current::~Current | ( | void | ) | [protected, virtual] |
Reimplemented from CORBA::Current.
PortableServer::Current::Current | ( | const Current & | ) | [private] |
const char * PortableServer::Current::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Current.
CORBA::Boolean PortableServer::Current::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Current.
PortableServer::Current_ptr PortableServer::Current::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from CORBA::Current.
PortableServer::Current_ptr PortableServer::Current::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Current.
void PortableServer::Current::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from CORBA::Current.
void PortableServer::Current::_tao_release | ( | Current_ptr | obj | ) | [static] |
PortableServer::Current_ptr PortableServer::Current::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from CORBA::Current.
virtual ::PortableServer::ObjectId* PortableServer::Current::get_object_id | ( | void | ) | [pure virtual] |
Implemented in TAO::Portable_Server::POA_Current.
virtual ::PortableServer::POA_ptr PortableServer::Current::get_POA | ( | void | ) | [pure virtual] |
Implemented in TAO::Portable_Server::POA_Current.
virtual ::CORBA::Object_ptr PortableServer::Current::get_reference | ( | void | ) | [pure virtual] |
Implemented in TAO::Portable_Server::POA_Current.
virtual ::PortableServer::Servant PortableServer::Current::get_servant | ( | void | ) | [pure virtual] |
Implemented in TAO::Portable_Server::POA_Current.
CORBA::Boolean PortableServer::Current::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Current.
void PortableServer::Current::operator= | ( | const Current & | ) | [private] |
CORBA::TypeCode_ptr const PortableServer::Current::_tc_NoContext [static] |