2020-08-18 13:09:15 +02:00
|
|
|
#ifndef EVENTMATCHING_H_
|
|
|
|
#define EVENTMATCHING_H_
|
|
|
|
|
|
|
|
#include "../../events/eventmatching/EventIdRangeMatcher.h"
|
|
|
|
#include "../../events/eventmatching/EventMatchTree.h"
|
|
|
|
#include "../../events/eventmatching/ReporterRangeMatcher.h"
|
|
|
|
#include "../../events/eventmatching/SeverityRangeMatcher.h"
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* EVENTMATCHING_H_ */
|