diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-16 19:40:59 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-16 19:40:59 +0200 |
commit | 7de1003a14fb4b41920896c550db4e58f53aea8d (patch) | |
tree | dc70fa663dba793f25a1a14b9577ce8972d2ba70 /epghandler.h | |
parent | d207fd0a5873a4a60488a8dc2eb0cf62c172069b (diff) | |
download | vdr-plugin-eepg-7de1003a14fb4b41920896c550db4e58f53aea8d.tar.gz vdr-plugin-eepg-7de1003a14fb4b41920896c550db4e58f53aea8d.tar.bz2 |
Drop unmanaged Disable Double EPG entry. EEPG tries to handle this anyway
Drop unmanaged NOEPG support, there is a separate plugin for that
Move cEIT2 in a separate file and try to use it in epghandler also
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h index 3219f58..4e60e57 100644 --- a/epghandler.h +++ b/epghandler.h @@ -34,6 +34,8 @@ public: virtual bool SortSchedule(cSchedule *Schedule); virtual bool DropOutdated(cSchedule *Schedule, time_t SegmentStart, time_t SegmentEnd, uchar TableID, uchar Version); +// bool ParseEitEvent(cSchedule *Schedule, const SI::EIT::Event *EitEvent, uchar TableID, uchar Version); + private: std::string origShortText; std::string origDescription; |