summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-13 10:20:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-13 10:20:42 +0100
commit4dcbf19ea239f90d646893d9580c4edf90386036 (patch)
tree3b0c4c472f5899c397efca95166104932d36246b /device.c
parented10aaf68bbd519856430b7f6e6223a243feffc0 (diff)
downloadvdr-4dcbf19ea239f90d646893d9580c4edf90386036.tar.gz
vdr-4dcbf19ea239f90d646893d9580c4edf90386036.tar.bz2
The new function cDevice::DeviceName() returns a string identifying the name of the given device
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 8c527aac..00645cfc 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.57 2012/03/07 14:17:49 kls Exp $
+ * $Id: device.c 2.58 2012/03/13 09:48:14 kls Exp $
*/
#include "device.h"
@@ -162,6 +162,11 @@ int cDevice::DeviceNumber(void) const
return -1;
}
+cString cDevice::DeviceName(void) const
+{
+ return "";
+}
+
void cDevice::MakePrimaryDevice(bool On)
{
if (!On) {