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.

Definition at line 38 of file Smart_Proxies.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base ( void   )  [virtual]

Destructor.

Definition at line 15 of file Smart_Proxies.cpp.

00016 {
00017 }

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ( void   )  [protected]

Constructor.

Definition at line 8 of file Smart_Proxies.inl.

00009 {
00010 }

ACE_INLINE TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ( CORBA::Object_ptr  proxy  )  [protected]

Constructor.

Definition at line 13 of file Smart_Proxies.inl.

00014   : base_proxy_(proxy)
00015 {
00016 }


Member Data Documentation

CORBA::Object_var TAO_Smart_Proxy_Base::base_proxy_ [protected]

The proxy to which remote/collocated calls are made.

Definition at line 53 of file Smart_Proxies.h.


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:47:41 2010 for TAO_SmartProxies by  doxygen 1.4.7