TAO_IFR_Client_Adapter Class Reference

TAO_IFR_Client_Adapter. More...

#include <IFR_Client_Adapter.h>

Inheritance diagram for TAO_IFR_Client_Adapter:

Inheritance graph
[legend]
Collaboration diagram for TAO_IFR_Client_Adapter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~TAO_IFR_Client_Adapter ()
 Destructor.

virtual CORBA::Boolean interfacedef_cdr_insert (TAO_OutputCDR &cdr, CORBA::InterfaceDef_ptr object_type)=0
virtual void interfacedef_any_insert (CORBA::Any *any, CORBA::InterfaceDef_ptr object_type)=0
virtual void dispose (CORBA::InterfaceDef_ptr orphan)=0
virtual CORBA::InterfaceDef_ptr get_interface (CORBA::ORB_ptr orb, const char *repo_id)=0
virtual CORBA::InterfaceDef_ptr get_interface_remote (CORBA::Object_ptr target)=0
virtual void create_operation_list (CORBA::ORB_ptr orb, CORBA::OperationDef_ptr, CORBA::NVList_ptr &)=0

Detailed Description

TAO_IFR_Client_Adapter.

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.

Definition at line 59 of file IFR_Client_Adapter.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_IFR_Client_Adapter::~TAO_IFR_Client_Adapter  )  [virtual]
 

Destructor.

Note:
Even though this class only defines an interface, a destructor is necessary to avoid dynamic_cast<> failures when using g++ 4.x's -fvisibility-inlines-hidden command line option. Apparently the compiler generated destructor is inlined.

Definition at line 11 of file IFR_Client_Adapter.cpp.

00012 {
00013 }


Member Function Documentation

virtual void TAO_IFR_Client_Adapter::create_operation_list CORBA::ORB_ptr  orb,
CORBA::OperationDef_ptr  ,
CORBA::NVList_ptr
[pure virtual]
 

Referenced by CORBA::ORB::create_operation_list().

virtual void TAO_IFR_Client_Adapter::dispose CORBA::InterfaceDef_ptr  orphan  )  [pure virtual]
 

virtual CORBA::InterfaceDef_ptr TAO_IFR_Client_Adapter::get_interface CORBA::ORB_ptr  orb,
const char *  repo_id
[pure virtual]
 

virtual CORBA::InterfaceDef_ptr TAO_IFR_Client_Adapter::get_interface_remote CORBA::Object_ptr  target  )  [pure virtual]
 

Referenced by TAO::Remote_Object_Proxy_Broker::_get_interface().

virtual void TAO_IFR_Client_Adapter::interfacedef_any_insert CORBA::Any *  any,
CORBA::InterfaceDef_ptr  object_type
[pure virtual]
 

Referenced by TAO::Any_Insert_Policy_IFR_Client_Adapter< S >::any_insert().

virtual CORBA::Boolean TAO_IFR_Client_Adapter::interfacedef_cdr_insert TAO_OutputCDR cdr,
CORBA::InterfaceDef_ptr  object_type
[pure virtual]
 


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:14:48 2008 for TAO by doxygen 1.3.6