From 3be2cb060c30581bd1c59c72a90b0d0c3f79bd45 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 13 Jan 2008 13:46:22 +0100 Subject: - code for collecting and displaying EPG events in 'What's on' is now separated --- epg_events.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'epg_events.cpp') diff --git a/epg_events.cpp b/epg_events.cpp index 7d22cdf..9496714 100644 --- a/epg_events.cpp +++ b/epg_events.cpp @@ -98,6 +98,11 @@ namespace vdrlive return ""; } + const cChannel* EpgString::Channel() const + { + return NULL; + } + // virtual const std::string Archived() const { return std::string(); } time_t EpgString::GetStartTime() const @@ -164,6 +169,11 @@ namespace vdrlive return (info && info->Description()) ? info->Description() : ""; } + const cChannel* EpgRecording::Channel() const + { + return NULL; + } + const string EpgRecording::Archived() const { if (!m_checkedArchived) { -- cgit v1.2.3