OmniEvents
|
Interface for classes that wish to receive callbacks from deferred requests. More...
#include <Callback.h>
Public Member Functions | |
virtual void | callback (CORBA::Request_ptr req)=0 |
Invoked when the CORBA::Request has returned. More... | |
Callback () | |
virtual | ~Callback () |
Interface for classes that wish to receive callbacks from deferred requests.
Implementations must override the callback() method.
Definition at line 43 of file Callback.h.
|
inline |
Definition at line 52 of file Callback.h.
|
inlinevirtual |
Definition at line 54 of file Callback.h.
|
pure virtual |
Invoked when the CORBA::Request has returned.
This method is never invoked when req has returned an exception.
Implemented in OmniEvents::ProxyPushSupplier_i, and OmniEvents::ProxyPushConsumer_i::Connection.