summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-26 13:03:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-26 13:03:14 +0200
commit6b5e9f56ed5315e7c1afa17940968695fabf3ba0 (patch)
tree89ef6286bff12e1c7cd289c1d082119e121c601c /dvbdevice.c
parent2d3cb812fbcf038cf14a792c375fd866b6420a10 (diff)
downloadvdr-6b5e9f56ed5315e7c1afa17940968695fabf3ba0.tar.gz
vdr-6b5e9f56ed5315e7c1afa17940968695fabf3ba0.tar.bz2
Implemented cDevice::ProvidesEIT()
Diffstat (limited to 'dvbdevice.c')
-rw-r--r--dvbdevice.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/dvbdevice.c b/dvbdevice.c
index b0750dd4..a97f2749 100644
--- a/dvbdevice.c
+++ b/dvbdevice.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.c 2.42 2011/06/11 14:34:24 kls Exp $
+ * $Id: dvbdevice.c 2.43 2011/08/26 12:57:34 kls Exp $
*/
#include "dvbdevice.h"
@@ -1081,6 +1081,11 @@ bool cDvbDevice::ProvidesChannel(const cChannel *Channel, int Priority, bool *Ne
return result;
}
+bool cDvbDevice::ProvidesEIT(void) const
+{
+ return dvbTuner != NULL;
+}
+
int cDvbDevice::NumProvidedSystems(void) const
{
return numProvidedSystems;