summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-04-04 09:52:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-04-04 09:52:15 +0200
commitd5aa5f7294c27ccd4fa516afbc16793965e73e73 (patch)
tree93f2dfe688350c9b44a8dfef857d9ddc664e8af1 /device.c
parent0ac4d23cab27ba035ce692bef12961ed35a52766 (diff)
downloadvdr-d5aa5f7294c27ccd4fa516afbc16793965e73e73.tar.gz
vdr-d5aa5f7294c27ccd4fa516afbc16793965e73e73.tar.bz2
The new function cDevice::DeviceType() returns a string identifying the type 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 00645cfc..cb5cd830 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.58 2012/03/13 09:48:14 kls Exp $
+ * $Id: device.c 2.59 2012/04/04 09:48:00 kls Exp $
*/
#include "device.h"
@@ -162,6 +162,11 @@ int cDevice::DeviceNumber(void) const
return -1;
}
+cString cDevice::DeviceType(void) const
+{
+ return "";
+}
+
cString cDevice::DeviceName(void) const
{
return "";