CORBA Programming Reference
|
|
Deletes the values for a specified attribute in the Context object.
void CORBA::Context::delete_values (
const char * AttrName);
CORBA::BAD_PARAM if attribute is an empty string.CORBA::BAD_CONTEXT if no matching attributes to be deleted were found.
This member function deletes named values for an attribute in the Context object. Note that it does not recursively do the same to its parents, if any.
CORBA::Context::create_child
CORBA::ORB::get_default_context
|
|
|