#include <IFR_Client_Adapter.h>
Inheritance diagram for TAO_IFR_Client_Adapter
Public Methods | |
virtual | ~TAO_IFR_Client_Adapter (void) |
virtual CORBA::Boolean | interfacedef_cdr_insert ( TAO_OutputCDR &cdr, CORBA_InterfaceDef_ptr object_type ) |
virtual void | interfacedef_any_insert ( CORBA_Any &any, CORBA_InterfaceDef_ptr object_type ) |
virtual void | dispose ( CORBA_InterfaceDef_ptr orphan ) |
virtual CORBA_InterfaceDef_ptr | get_interface ( CORBA::ORB_ptr orb, const char *repo_id, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment () ) |
virtual CORBA_InterfaceDef_ptr | get_interface_remote ( const CORBA::Object_ptr target, CORBA_Environment &ACE_TRY_ENV ) |
Class that adapts various functions in the CORBA namespace which use the Interface Repository. This is a base class for the actual implementation in the TAO_IFR_Client library.
|
|
|
|
|
|
|
|
|
|
|
|