#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.
|
Destructor.
|
|
Constructor.
|
|
Constructor.
|
|
The proxy to which remote/collocated calls are made.
|