summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-17 15:37:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-17 15:37:52 +0100
commitf8d0f773070e8ac498ff408d35cf9e5daa8f3aa3 (patch)
tree026905d85689d004b1da2225ecb841de649f0e8d /device.h
parent9cd835b35e7dda160740efc9a03a2d05326a459a (diff)
downloadvdr-f8d0f773070e8ac498ff408d35cf9e5daa8f3aa3.tar.gz
vdr-f8d0f773070e8ac498ff408d35cf9e5daa8f3aa3.tar.bz2
Fixed asserting there is a live programme if the primary device is bonded with a device that starts a recording on a different band
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 e2ff8126..a0be67d0 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 2.30 2011/12/04 13:38:17 kls Exp $
+ * $Id: device.h 2.31 2012/01/17 15:13:10 kls Exp $
*/
#ifndef __DEVICE_H
@@ -354,6 +354,9 @@ protected:
///< Handle->used indicates how many receivers are using this PID.
///< Type indicates some special types of PIDs, which the device may
///< need to set in a specific way.
+public:
+ void DelLivePids(void);
+ ///< Deletes the live viewing PIDs.
// Section filter facilities