summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-09 09:12:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-09 09:12:47 +0200
commitbfce2b3dba4f4f7f4e6b009b34b2467d3eef6542 (patch)
treef525c931f3f71ff5c4755785ffc94115bb06e9f5 /device.h
parent24b3579d149a45fa3b09cc22aa09a6ac053bd392 (diff)
downloadvdr-bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542.tar.gz
vdr-bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542.tar.bz2
Fixed VPS recording in case there is more than one timer in the VPS margin
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/device.h b/device.h
index 16fa370b..23663e84 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.73 2006/03/26 09:42:40 kls Exp $
+ * $Id: device.h 1.74 2006/04/02 13:08:13 kls Exp $
*/
#ifndef __DEVICE_H
@@ -217,6 +217,9 @@ public:
///< function itself actually returns true.
///< The default implementation always returns false, so a derived cDevice
///< class that can provide channels must implement this function.
+ virtual bool IsTunedToTransponder(const cChannel *Channel);
+ ///< Returns true if this device is currently tuned to the given Channel's
+ ///< transponder.
virtual bool MaySwitchTransponder(void);
///< Returns true if it is ok to switch the transponder on this device,
///< without disturbing any other activities.