::

struct uno_Context


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
Interface for refcounted contexts of uno-environments.

Description
    Not all uno_Contexts need to be refcounted, in case they are,
    they should be 'derived' from this struct.
    This is used as a base class for the remote_Context. 
    
See Also
uno_Environment
uno_getEnvironment()
remote_Context
File
context.h

Top of Page