CORBA Programming Reference
|
|
Sets the value for a given attribute in the Context object.
void CORBA::Context::set_one_value (
const char * AttrName,
const CORBA::Any & AttrValue);
CORBA::BAD_PARAM if AttrName is an empty string or AttrValue does not contain a string type.CORBA::NO_MEMORY if dynamic memory allocation failed.
This member function sets the value for a given attribute in the Context object. Currently, only string values are supported by the Context object. If the Context object already has an attribute with the given name, it is deleted first.
|
|
|