Public Member Functions | Protected Member Functions | Protected Attributes

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]

List of all members.

Public Member Functions

virtual ~TAO_Smart_Proxy_Base (void)
 Destructor.

Protected Member Functions

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

Protected Attributes

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

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

The proxy to which remote/collocated calls are made.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines