5#ifndef JIVEXML__IEVENTRECEIVER_H
6#define JIVEXML__IEVENTRECEIVER_H
For the client-server communication, each event is uniquely identified by the run number,...
Pure abstract interface for all event serving classes that provide events, streams and status informa...
virtual StatusCode UpdateEventForStream(const EventStreamID &, const std::string &)=0
Put this event as new current event for stream given by name.
virtual ~IEventReceiver()
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.