[Enterprise Extensions only]

CORBA module: Current Class

Overview Describes the current execution context.
File name principl.h
Supported methods Current::_duplicate
Current::_nil


Intended Usage

This abstract base class is intended to be subclassed by various object services, such as the Security Service and the Object Transaction Service. Before a Current object can be used, it must be narrowed to the appropriate subtype. Current objects are obtained using the ORB::resolve_initial_references method.

Current objects should be released using the CORBA::release(Current_ptr) method rather than the C++ delete operator.