24#ifndef OMNIEVENTS__CALLBACK_H
25#define OMNIEVENTS__CALLBACK_H
32# include <omniORB3/CORBA.h>
36# include <omniORB4/CORBA.h>
44 public virtual PortableServer::ServantBase,
45 public PortableServer::RefCountServantBase
50 virtual void callback(CORBA::Request_ptr req) =0;
52 Callback():PortableServer::RefCountServantBase()
Interface for classes that wish to receive callbacks from deferred requests.
virtual void callback(CORBA::Request_ptr req)=0
Invoked when the CORBA::Request has returned.