Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::ORB::get_next_response

Synopsis

Determines and reports the next deferred synchronous request that completes.

C++ Binding

void CORBA::ORB::get_next_response (
CORBA::Request_out RequestObj);

Argument

RequestObj

The reference to the next completed request.

Description

This member function returns a reference to the next request that completes. If no requests have completed, the function waits for a request to complete. This member function returns the next request on the queue, in contrast to the CORBA::Request::get_response member function, which waits for a particular request to complete. When no longer needed, this request must be freed using the CORBA::release member function.

Return Values

None.

See Also

CORBA::ORB::poll_next_response
CORBA::Request::get_reponse

 

Skip navigation bar  Back to Top Previous Next