Overview | Deletes the named value associated with the input index. |
Original class | CORBA::NVList |
Exceptions | CORBA::SystemException |
Intended Usage
The remove method is used by a client program when freeing an element of the NVList associated with a DII request. The remove method deletes the named value associated with the input index. CORBA::release(NamedValue_ptr) is called on the named value element. The remaining named value elements are re-indexed.
Syntax
CORBA::Status remove(CORBA::Ulong index);
Input parameters
Return values