Overview | Adds a single property name to a context list. |
Original class | CORBA::ContextList |
Exceptions | CORBA::SystemException |
Intended Usage
The add method is used by a client program to populate the ContextList associated with a DII request. The add method adds a single property name to a context list. The add and add_consume methods perform the same task but differ in memory management. The add method does not assume ownership of the input property name; the add_consume method does.
Syntax
void add(const char *ctxt);
Input parameters
Return values
None