summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-09-06 14:10:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-09-06 14:10:17 +0200
commitf24f820e7deb5a9cadfb56f72ad39cb313c87092 (patch)
tree6cea197c80c15d78b99faec1de60cf9014e458ad /dvbdevice.h
parent3e58bc64fece489778cdd2dc3df24c9bdca28779 (diff)
downloadvdr-f24f820e7deb5a9cadfb56f72ad39cb313c87092.tar.gz
vdr-f24f820e7deb5a9cadfb56f72ad39cb313c87092.tar.bz2
Changed NeedsSwitchChannel to NeedsDetachReceivers
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 81f260f5..05ac4437 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.7 2002/09/04 13:31:42 kls Exp $
+ * $Id: dvbdevice.h 1.8 2002/09/06 14:10:17 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -59,7 +59,7 @@ public:
private:
int frequency;
public:
- virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsSwitchChannel = NULL);
+ virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL);
protected:
virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView);