1 #ifndef BASE_EVENTPROC_H
2 #define BASE_EVENTPROC_H
4 #include "base/Processor.h"
18 EventProc(
const char* name =
"",
unsigned brdid = DummyBrdId);
Abstract processor of build events.
Definition: EventProc.h:12
EventProc(const char *name="", unsigned brdid=DummyBrdId)
Make constructor protected - no way to create base class instance.
Definition: EventProc.cxx:3
virtual bool Process(Event *)
Generic event processing If returns false, processing will be aborted and event will not be stored.
Definition: EventProc.h:26
Event - collection of several subevents.
Definition: Event.h:17
Central data and process manager.
Definition: ProcMgr.h:30
Abstract processor.
Definition: base/Processor.h:62