diff options
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; |