summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-12 14:09:45 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-12 14:09:45 +0200
commitf41e3f327b5c7bf080be803af05358e061a37995 (patch)
tree389f78dc6d40b541a40da5190cdbf443ac962272 /device.h
parenteb8ad6b46d2d65b6fd532b67818c4fdf7a00fc9b (diff)
downloadvdr-f41e3f327b5c7bf080be803af05358e061a37995.tar.gz
vdr-f41e3f327b5c7bf080be803af05358e061a37995.tar.bz2
Modified cEITScanner::Process() so that it works on systems with only budget cards or a mix of DVB-S, DVB-C or DVB-T cards
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/device.h b/device.h
index ceda3d2a..06380fe9 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.58 2005/06/05 12:56:08 kls Exp $
+ * $Id: device.h 1.59 2005/06/12 13:35:47 kls Exp $
*/
#ifndef __DEVICE_H
@@ -186,6 +186,9 @@ public:
///< Returns true if this device can provide the given source.
virtual bool ProvidesTransponder(const cChannel *Channel) const;
///< XXX -> PLUGINS.html!
+ virtual bool ProvidesTransponderExclusively(const cChannel *Channel) const;
+ ///< Returns true if this is the only device that is able to provide
+ ///< the given channel's transponder.
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const;
///< Returns true if this device can provide the given channel.
///< In case the device has cReceivers attached to it or it is the primary