#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.
Definition at line 38 of file Smart_Proxies.h.
| TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base | ( | void | ) | [virtual] |
| TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base | ( | void | ) | [protected] |
| 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 }
CORBA::Object_var TAO_Smart_Proxy_Base::base_proxy_ [protected] |
1.4.7