Intended Usage
The arguments method is used by a client program to access the argument list of a Dynamic Invocation Interface (DII) request. The argument list is specified using aCORBA::NVList object and describes the types of all the IDL operation's parameters, the values of the operation's in and inout parameters, and the variables in which the out parmeter values are stored after the DII request is invoked. For additional information, see the NVList class description. The argument list of a Request object is set by the CORBA::Object::_create_request method.
Syntax
CORBA::NVList_ptr arguments();
Input parameters
None.
Return values