#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.
|
Destructor.
Definition at line 19 of file Smart_Proxies.inl.
00020 { 00021 } |
|
Constructor.
Definition at line 8 of file Smart_Proxies.inl.
00009 { 00010 } |
|
Constructor.
Definition at line 13 of file Smart_Proxies.inl.
00014 : base_proxy_(proxy) 00015 { 00016 } |
|
The proxy to which remote/collocated calls are made.
Definition at line 53 of file Smart_Proxies.h. |