CORBA Programming Reference
|
|
Returns a reference to the default context.
void CORBA::ORB::get_default_context(
CORBA::Context_outContextObj);
This member function returns a reference to the default context. When no longer needed, this context reference must be freed using the CORBA::release member function.
|
|
|