diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-01 11:11:20 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-01 11:11:20 +0100 |
commit | 7233a6368051c0dcff527fece6ddcfaa2740a9de (patch) | |
tree | 543cc9f7d4769f2e215f351c78fad66d7ade1e49 /device.h | |
parent | c1a5a7d50c4a45b3d3d65717c788e1925463a61e (diff) | |
download | vdr-7233a6368051c0dcff527fece6ddcfaa2740a9de.tar.gz vdr-7233a6368051c0dcff527fece6ddcfaa2740a9de.tar.bz2 |
Fixed the EPG scanner, which broke 'Transfer Mode' as soon as it kicked in
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |