#include <Object_Proxy_Broker.h>
Inheritance diagram for TAO::Object_Proxy_Broker:
Public Member Functions | |
virtual | ~Object_Proxy_Broker (void) |
Destructor. | |
virtual CORBA::Boolean | _is_a (CORBA::Object_ptr target, const char *logical_type_id)=0 |
virtual CORBA::Boolean | _non_existent (CORBA::Object_ptr target)=0 |
virtual CORBA::InterfaceDef * | _get_interface (CORBA::Object_ptr target)=0 |
virtual CORBA::Object_ptr | _get_component (CORBA::Object_ptr target)=0 |
virtual char * | _repository_id (CORBA::Object_ptr target)=0 |
Definition at line 51 of file Object_Proxy_Broker.h.
|
Destructor.
Definition at line 11 of file Object_Proxy_Broker.cpp.
00012 { 00013 } |
|
Implemented in TAO::Remote_Object_Proxy_Broker. Referenced by CORBA::Object::_get_component(). |
|
Implemented in TAO::Remote_Object_Proxy_Broker. Referenced by CORBA::Object::_get_interface(). |
|
Implemented in TAO::Remote_Object_Proxy_Broker. Referenced by CORBA::Object::_is_a(). |
|
Implemented in TAO::Remote_Object_Proxy_Broker. Referenced by CORBA::Object::_non_existent(), and CORBA::Object::_validate_connection(). |
|
Implemented in TAO::Remote_Object_Proxy_Broker. Referenced by CORBA::Object::_repository_id(). |