TAO_SmartProxies  2.3.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TAO_Smart_Proxy_Base Class Reference

A base class for all TAO_IDL generated smart proxy base classes. More...

#include <Smart_Proxies.h>

Inheritance diagram for TAO_Smart_Proxy_Base:
Inheritance graph
[legend]
Collaboration diagram for TAO_Smart_Proxy_Base:
Collaboration graph
[legend]

Public Member Functions

virtual ~TAO_Smart_Proxy_Base (void)
 Destructor. More...
 
- Public Member Functions inherited from CORBA::Object
virtual TAO::ObjectKey_key (void)
 
virtual CORBA::ULong _hash (CORBA::ULong maximum)
 
virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj)
 
virtual CORBA::Boolean _non_existent (void)
 
virtual InterfaceDef_ptr _get_interface (void)
 
virtual CORBA::Object_ptr _get_component (void)
 
virtual char * _repository_id (void)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual CORBA::Request_ptr _request (const char *operation)
 
virtual CORBA::ORB_ptr _get_orb (void)
 

Protected Member Functions

 TAO_Smart_Proxy_Base (void)
 Constructor. More...
 
 TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy)
 Constructor. More...
 

Protected Attributes

CORBA::Object_var base_proxy_
 The proxy to which remote/collocated calls are made. More...
 

Detailed Description

A base class for all TAO_IDL generated smart proxy base classes.

Contains the _var pointer to the real proxy.

Constructor & Destructor Documentation

TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base ( void  )
virtual

Destructor.

TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ( void  )
protected

Constructor.

TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ( CORBA::Object_ptr  proxy)
protected

Constructor.

Member Data Documentation

CORBA::Object_var TAO_Smart_Proxy_Base::base_proxy_
protected

The proxy to which remote/collocated calls are made.


The documentation for this class was generated from the following files: