Request::set_return_type

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.

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.


Related reference
CORBA module



Searchable topic ID:   rcor_modr19
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modr19.html

Library | Support | Terms of Use | Feedback