24 #ifndef OMNIEVENTS__CALLBACK_H
25 #define OMNIEVENTS__CALLBACK_H
32 # include <omniORB3/CORBA.h>
36 # include <omniORB4/CORBA.h>
39 namespace OmniEvents {
44 public virtual PortableServer::ServantBase,
45 public PortableServer::RefCountServantBase
50 virtual void callback(CORBA::Request_ptr req) =0;
52 Callback():PortableServer::RefCountServantBase()
60 #endif // OMNIEVENTS__CALLBACK_H