TAO_PortableServer
2.0.8
|
#include <AdapterActivatorC.h>
Public Types | |
typedef AdapterActivator_ptr | _ptr_type |
typedef AdapterActivator_var | _var_type |
typedef AdapterActivator_out | _out_type |
Public Member Functions | |
virtual ::CORBA::Boolean | unknown_adapter (::PortableServer::POA_ptr parent, const char *name)=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 AdapterActivator_ptr | _duplicate (AdapterActivator_ptr obj) |
static void | _tao_release (AdapterActivator_ptr obj) |
static AdapterActivator_ptr | _narrow (::CORBA::Object_ptr obj) |
static AdapterActivator_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static AdapterActivator_ptr | _nil (void) |
Protected Member Functions | |
AdapterActivator (void) | |
virtual | ~AdapterActivator (void) |
Private Member Functions | |
AdapterActivator (const AdapterActivator &) | |
void | operator= (const AdapterActivator &) |
Reimplemented from CORBA::Object.
Reimplemented from CORBA::Object.
Reimplemented from CORBA::Object.
PortableServer::AdapterActivator::AdapterActivator | ( | void | ) | [protected] |
PortableServer::AdapterActivator::~AdapterActivator | ( | void | ) | [protected, virtual] |
PortableServer::AdapterActivator::AdapterActivator | ( | const AdapterActivator & | ) | [private] |
PortableServer::AdapterActivator_ptr PortableServer::AdapterActivator::_duplicate | ( | AdapterActivator_ptr | obj | ) | [static] |
const char * PortableServer::AdapterActivator::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
CORBA::Boolean PortableServer::AdapterActivator::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
PortableServer::AdapterActivator_ptr PortableServer::AdapterActivator::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
PortableServer::AdapterActivator_ptr PortableServer::AdapterActivator::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
void PortableServer::AdapterActivator::_tao_release | ( | AdapterActivator_ptr | obj | ) | [static] |
PortableServer::AdapterActivator_ptr PortableServer::AdapterActivator::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
CORBA::Boolean PortableServer::AdapterActivator::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
void PortableServer::AdapterActivator::operator= | ( | const AdapterActivator & | ) | [private] |
virtual ::CORBA::Boolean PortableServer::AdapterActivator::unknown_adapter | ( | ::PortableServer::POA_ptr | parent, |
const char * | name | ||
) | [pure virtual] |