TAO_SmartProxies
2.1.8
|
A base class for all TAO_IDL generated smart proxy base classes. More...
#include <Smart_Proxies.h>
Public Member Functions | |
virtual | ~TAO_Smart_Proxy_Base (void) |
Destructor. More... | |
Protected Member Functions | |
TAO_Smart_Proxy_Base (void) | |
Constructor. More... | |
TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy) | |
Constructor. More... | |
![]() | |
Object (int dummy=0) | |
TAO::Object_Proxy_Broker * | proxy_broker () const |
Protected Attributes | |
CORBA::Object_var | base_proxy_ |
The proxy to which remote/collocated calls are made. More... | |
Additional Inherited Members | |
![]() | |
typedef Object_ptr | _ptr_type |
typedef Object_var | _var_type |
typedef Object_out | _out_type |
![]() | |
static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
static void | _tao_any_destructor (void *) |
static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
static void | tao_object_initialize (Object *) |
static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
static CORBA::Object_ptr | _nil (void) |
static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
A base class for all TAO_IDL generated smart proxy base classes.
Contains the _var pointer to the real proxy.
|
virtual |
Destructor.
|
protected |
Constructor.
|
protected |
Constructor.
|
protected |
The proxy to which remote/collocated calls are made.