![]() |
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.
IDL Syntax
void add(const char *ctxt);
Input parameters
- ctxt
- The name of the property to be added. Property names follow the rules for OMG IDL identifiers and should not end with an asterisk. A system exception is raised if the input property name is null.
Return values
None