Intended Usage
The return_value method is used by a client program to access the value of the return type of a DII request. Specifically, the return_value method returns the CORBA::Any contained in the CORBA::NamedValue holding the return value of a DII request.
Syntax
CORBA::Any &return_value();
Input parameters
None.
Return values