diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-23 21:36:14 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-23 21:36:14 +0200 |
commit | 61eded224bc4660b41f6754e83b91a262af3f8ce (patch) | |
tree | 34c06a64e23d1ae7c6a87a79769344cae972b52c /epghandler.h | |
parent | feee46aeed74157e104335918741f266fd576f29 (diff) | |
download | vdr-plugin-eepg-61eded224bc4660b41f6754e83b91a262af3f8ce.tar.gz vdr-plugin-eepg-61eded224bc4660b41f6754e83b91a262af3f8ce.tar.bz2 |
move equivalence to separate file/class
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h index 61f295b..e1c6915 100644 --- a/epghandler.h +++ b/epghandler.h @@ -12,6 +12,8 @@ #include <vdr/epg.h> #include <string> +class cEquivHandler; + class cEEpgHandler : public cEpgHandler { public: cEEpgHandler(); @@ -35,6 +37,7 @@ public: private: std::string origShortText; std::string origDescription; + cEquivHandler* equivHandler; }; #endif /*APIVERSNUM > 10725*/ |