Overview | Adds one or more properties. |
Original class | CORBA::Context |
Exceptions | CORBA::SystemException |
Intended Usage
The set_values method adds one or more properties to a context. If an input property names is not found in the property list, a new NamedValue (wtih the input property name and value) is added. If the input property name is found, the associated NamedValue is removed, then a new NamedValue (wtih the input property name and value) is added.
Syntax
CORBA::Status set_values(CORBA::NVList_ptr values);
Input parameters
Return values