#include <Callback.h>
Public Member Functions | |
virtual void | callback (CORBA::Request_ptr req)=0 |
Invoked when the CORBA::Request has returned. | |
Callback () | |
virtual | ~Callback () |
Implementations must override the callback() method.
Definition at line 43 of file Callback.h.
OmniEvents::Callback::Callback | ( | ) | [inline] |
Definition at line 52 of file Callback.h.
virtual OmniEvents::Callback::~Callback | ( | ) | [inline, virtual] |
Definition at line 54 of file Callback.h.
virtual void OmniEvents::Callback::callback | ( | CORBA::Request_ptr | req | ) | [pure virtual] |
Invoked when the CORBA::Request has returned.
This method is never invoked when req has returned an exception.
Implemented in OmniEvents::ProxyPushConsumer_i::Connection, and OmniEvents::ProxyPushSupplier_i.