From bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 9 Apr 2006 09:12:47 +0200 Subject: Fixed VPS recording in case there is more than one timer in the VPS margin --- dvbdevice.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dvbdevice.h') 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: -- cgit v1.2.3