summaryrefslogtreecommitdiff
path: root/dvbdevice.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 /dvbdevice.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 'dvbdevice.h')
-rw-r--r--dvbdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index ac84a946..6f2078ab 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 1.38 2006/02/04 10:21:51 kls Exp $
+ * $Id: dvbdevice.h 1.39 2006/04/01 14:18:59 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -62,6 +62,7 @@ public:
virtual bool ProvidesSource(int Source) const;
virtual bool ProvidesTransponder(const cChannel *Channel) const;
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const;
+ virtual bool IsTunedToTransponder(const cChannel *Channel);
protected:
virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView);
public: