Intended Usage
The add method is used by a client program to populate the NVList associated with a DII request. The add method adds an element to the end of a named value list. The newly created named value is empty, except for the flags. See also the add_item, add_item_consume, add_value, and add_value_consume methods, which perform the same task but differ in memory management and how the newly created named value is initialized.
Syntax
CORBA::NamedValue_ptr add(CORBA::Flags flags);
Input parameters
Return values