Intended Usage
The set_one_value method adds a single property to a context. If the input property name is not found in the property list, a new NamedValue (with the input property name and value) is added. If the input property name is found, the associated NamedValue is removed, then a new NamedValue (with the input property name and value) is added.
Syntax
CORBA::Status set_one_value(const char *prop_name, const CORBA::Any &value);
Input parameters
Return values