#include <Smart_Proxies.h>
Inheritance diagram for TAO_Smart_Proxy_Base:
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. |
Contains the _var pointer to the real proxy.
ACE_INLINE TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base | ( | void | ) | [virtual] |
Destructor.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base | ( | void | ) | [protected] |
Constructor.
ACE_INLINE TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base | ( | CORBA::Object_ptr | proxy | ) | [protected] |
Constructor.
CORBA::Object_var TAO_Smart_Proxy_Base::base_proxy_ [protected] |
The proxy to which remote/collocated calls are made.