2016-06-15 23:48:41 +02:00
|
|
|
#ifndef EVENTMATCHING_H_
|
|
|
|
#define EVENTMATCHING_H_
|
|
|
|
|
2020-08-13 20:53:35 +02:00
|
|
|
#include "EventIdRangeMatcher.h"
|
|
|
|
#include "EventMatchTree.h"
|
|
|
|
#include "ReporterRangeMatcher.h"
|
|
|
|
#include "SeverityRangeMatcher.h"
|
2016-06-15 23:48:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* EVENTMATCHING_H_ */
|