CORBA Programming Reference
|
|
Retrieves the context of the request.
CORBA::context_ptr CORBA::Request::ctx ();
This member function retrieves the context of the request.
If the function succeeds, the value returned is a pointer to the context of the operation. The returned context is owned by the Request object and should not be released.
|
|
|