From c31263388a5dbdc5150595b328d50fa486b4dce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Thu, 12 Apr 2012 19:25:00 +0300 Subject: Import version 0.0.4 to git. --- epghandler.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 epghandler.h (limited to 'epghandler.h') diff --git a/epghandler.h b/epghandler.h new file mode 100644 index 0000000..8971f20 --- /dev/null +++ b/epghandler.h @@ -0,0 +1,25 @@ +/* + * epghandler.h: EpgHandler + * + * See the README file for copyright information and how to reach the author. + * + */ + +#ifndef __EPGFIXER_EPGHANDLER_H +#define __EPGFIXER_EPGHANDLER_H + +#include +#include "regexp.h" + +class cEpgfixerEpgHandler : public cEpgHandler +{ +private: + bool ApplyRegexp(cRegexp *regexp, cEvent *Event, const char *input); + void FixOriginalEpgBugs(cEvent *event); + bool FixBugs(cEvent *Event); +public: + cEpgfixerEpgHandler(void) {}; + virtual bool FixEpgBugs(cEvent *Event); +}; + +#endif //__EPGFIXER_EPGHANDLER_H -- cgit v1.2.3