Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::Context::delete_values

Synopsis

Deletes the values for a specified attribute in the Context object.

C++ Binding

void CORBA::Context::delete_values (
const char * AttrName);

Argument

AttrName

The name of the attribute whose values are to be deleted. If this argument has a trailing wildcard character (*), all names that match the string preceding the wildcard character are deleted.

Exceptions

CORBA::BAD_PARAM if attribute is an empty string.
CORBA::BAD_CONTEXT if no matching attributes to be deleted were found.

Description

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.

Return Values

None.

See Also

CORBA::Context::create_child
CORBA::ORB::get_default_context

 

Skip navigation bar  Back to Top Previous Next