summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-01 11:11:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-01 11:11:20 +0100
commit7233a6368051c0dcff527fece6ddcfaa2740a9de (patch)
tree543cc9f7d4769f2e215f351c78fad66d7ade1e49 /device.h
parentc1a5a7d50c4a45b3d3d65717c788e1925463a61e (diff)
downloadvdr-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.h4
1 files changed, 2 insertions, 2 deletions
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.