summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-16 11:57:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-16 11:57:54 +0100
commit1df6a87249291566d978f3d104ca68dbb075b37b (patch)
tree06b09b7d54471b34156392055347fbc48da0b552 /dvbdevice.h
parente02d608bce5e4c4f484f7e9bd81e23637968d10c (diff)
downloadvdr-1df6a87249291566d978f3d104ca68dbb075b37b.tar.gz
vdr-1df6a87249291566d978f3d104ca68dbb075b37b.tar.bz2
Now waiting explicitly until all CAM slots are ready before switching to the initial channel when VDR is started
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 0a76d9df..278edd0c 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 3.3 2014/01/01 14:00:56 kls Exp $
+ * $Id: dvbdevice.h 3.4 2014/01/16 11:45:35 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -185,7 +185,6 @@ public:
virtual ~cDvbDevice();
int Adapter(void) const { return adapter; }
int Frontend(void) const { return frontend; }
- virtual bool Ready(void);
virtual cString DeviceType(void) const;
virtual cString DeviceName(void) const;
static bool BondDevices(const char *Bondings);