T | The main object type. |
T_var | The object's _var type. |
Definition at line 29 of file DelegateMixin.hh.
Public Member Functions | |||||
DelegateMixin (void) | |||||
Construct a DelegateMixin with the default values. | |||||
virtual | ~DelegateMixin (void) | ||||
Deconstruct a DelegateMixin. | |||||
virtual void | SetDelegateAttribute (const char *id, const CORBA::Any &value) throw (CORBA::SystemException) | ||||
| |||||
virtual CORBA::Any_ptr | GetDelegateAttribute (const char *id) throw (CORBA::SystemException) | ||||
| |||||
virtual void | SetDelegateAttributeObject (const char *name, const CORBA::Object_ptr value) throw (CORBA::SystemException) | ||||
virtual CORBA::Object_ptr | GetDelegateAttributeObject (const char *name) throw (CORBA::SystemException) | ||||
Protected Attributes | |||||
T_var | dm_RemoteObject | ||||
Reference to the remote object that operations will be delegated to. |