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::poll_next_response

Synopsis

Determines whether a completed request is outstanding.

C++ Binding

CORBA::Boolean  CORBA::ORB::poll_next_response ();

Arguments

None.

Description

This member function reports on whether there is an outstanding (pending) completed request; it does not remove the request. If a completed request is outstanding, the next call to the CORBA::ORB::get_next_response member function is guaranteed to return a request without waiting. If there are no completed requests outstanding, the CORBA::ORB::poll_next_response member function returns without waiting (blocking).

Return Values

If a completed request is outstanding, the function returns CORBA_TRUE.

If no completed request is outstanding, the function returns CORBA_FALSE.

See Also

CORBA::ORB::get_next_response

 

Skip navigation bar  Back to Top Previous Next