Now waiting explicitly until all CAM slots are ready before switching to the initial channel when VDR is started

This commit is contained in:
Klaus Schmidinger
2014-01-16 11:57:54 +01:00
parent e02d608bce
commit 1df6a87249
6 changed files with 40 additions and 27 deletions

View File

@@ -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);