From 7233a6368051c0dcff527fece6ddcfaa2740a9de Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 1 Nov 2002 11:11:20 +0100 Subject: Fixed the EPG scanner, which broke 'Transfer Mode' as soon as it kicked in --- device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'device.h') diff --git a/device.h b/device.h index 1070c52f..7ac38ab0 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.25 2002/10/26 11:33:42 kls Exp $ + * $Id: device.h 1.26 2002/11/01 11:03:56 kls Exp $ */ #ifndef __DEVICE_H @@ -347,7 +347,7 @@ protected: public: int Ca(void) const; // Returns the ca of the current receiving session(s). - bool Receiving(void) const; + bool Receiving(bool CheckAny = false) const; // Returns true if we are currently receiving. bool AttachReceiver(cReceiver *Receiver); // Attaches the given receiver to this device. -- cgit v1.2.3