![]() |
Overview Retrieves the name of a context. Original class CORBA::Context
Intended Usage
Context objects may optionally be named. A context name can be used to specify a starting search scope. The context_name method retrieves the name of a context.
IDL Syntax
const char * context_name() const;
Input parameters
None
Return values
- const char *
- A pointer to the name of the context, if any, or a null pointer. Ownership of the return value is maintained by the Context; the return value must not be freed by the caller.