summaryrefslogtreecommitdiff
path: root/epg_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'epg_events.cpp')
-rw-r--r--epg_events.cpp10
1 files changed, 10 insertions, 0 deletions
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) {