CORBA Programming Reference
|
|
Returns the name of a given Context object.
Const char * CORBA::Context::context_name () const;
This member function returns the name of a given Context object. The Context object reference owns the memory for the returned char *. Users should not modify this memory.
If the member function succeeds, it returns the name of the Context object. The value may be empty if the Context object is not a child Context created by a call to CORBA::Context::create_child.
|
|
|