PollInterface.h
Go to the documentation of this file.
74 };
::Event::AsyncEventAux< Provider, pollAction > ProviderEvent
Type for delivering events to the provider.
Definition PollInterface.h:166
Templates for constructing objects to which a sequence of messages are passed, and only one message i...
virtual void Deliver(pollAction *msg)=0
Interface to itself, via Event Manager.
static int ProviderFactory(const char *type, MSGstruct *msg)
Factory method.for stream provider.
Definition EventSvc.C:112
virtual void Control(User *user)=0
Set the events which are interesting for end point.
Messages from Poll Provider to self, via event manager.
Definition PollInterface.h:118
Carries the events on the appropriate FD, or that the end point should terminate.
Definition PollInterface.h:78