![]() |
Overview Retrieves a pointer to the target object of a DII request. Original class CORBA::Request
Intended Usage
The target method is used by a client program to access the target object of a DII request. The target object of a Request object is automatically set by the CORBA::Object::_create_request or CORBA::Object::_request method. These methods are invoked on the target object of the DII request.
IDL Syntax
CORBA::Object_ptr target() const;
Input parameters
None.
Return values
- CORBA::Object_ptr
- A pointer to the target object of the request. Ownership of the return value is maintained by the Request; the return value must not be freed by the caller.