::

struct remote_Context


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
The context structure for a remote bridge.
See Also
uno_getEnvironment()
File
context.h

Public Members

Data

uno_Context aBase;
remote_getInstanceFunc getRemoteInstance; The method is set by the remote-environment during environment initialization.
rtl_uString * m_pProtocol;
rtl_uString * m_pDescription; It may be the same as m_pName. Livetime is handled by the context administration.
rtl_uString * m_pName;
remote_InstanceProvider * m_pInstanceProvider;
remote_Connection * m_pConnection; The connection of this context. Livetime is handled by the context administration.
void * m_pAdditionalInformation;
remote_BridgeImpl * m_pBridgeImpl; here the bridge stores its private per environment data.

Top of Page