![]() |
Overview Sets the return type for a DII request. Original class CORBA::Request
Intended Usage
The set_return_type method is used by a client program to set the return type for a CORBA::Request, which was created by calling CORBA::Object::_request.
IDL Syntax
CORBA::Void set_return_type(CORBA::TypeCode_ptr tc);
Input parameters
- tc
- A pointer to a CORBA::TypeCode representing the type of the operation return value. The caller retains ownership of this parameter (the CORBA::Request makes its own copy).
Return values
None.