summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
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 b84fee02..7ff24edd 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 3.1 2013/04/05 10:05:33 kls Exp $
+ * $Id: device.c 3.2 2013/06/01 11:34:11 kls Exp $
*/
#include "device.h"
@@ -665,6 +665,11 @@ int cDevice::NumProvidedSystems(void) const
return 0;
}
+const cPositioner *cDevice::Positioner(void) const
+{
+ return NULL;
+}
+
int cDevice::SignalStrength(void) const
{
return -1;