summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-02-06 14:43:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-02-06 14:43:42 +0100
commitf7831543b31ba77702ef0ea19e6ebd3f5baa2724 (patch)
tree27b5cb48d1da1aceb963536639493fbd63a71fe6 /device.c
parent644a9f07f26df58b7d79cea8ea961c2232a092be (diff)
downloadvdr-f7831543b31ba77702ef0ea19e6ebd3f5baa2724.tar.gz
vdr-f7831543b31ba77702ef0ea19e6ebd3f5baa2724.tar.bz2
Implemented cDevice::GetCurrentlyTunedTransponder()
Diffstat (limited to 'device.c')
-rw-r--r--device.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/device.c b/device.c
index 88c46736..4a30b69c 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 2.33 2010/02/06 13:55:50 kls Exp $
+ * $Id: device.c 2.34 2010/02/06 14:34:18 kls Exp $
*/
#include "device.h"
@@ -618,6 +618,11 @@ int cDevice::NumProvidedSystems(void) const
return 0;
}
+const cChannel *cDevice::GetCurrentlyTunedTransponder(void) const
+{
+ return NULL;
+}
+
bool cDevice::IsTunedToTransponder(const cChannel *Channel)
{
return false;