From 6de23d7d96720f89cbc864bbf504fe466e224497 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 21 Aug 2005 08:56:49 +0200 Subject: Now waiting at startup until all DVB devices are ready --- dvbdevice.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dvbdevice.h') diff --git a/dvbdevice.h b/dvbdevice.h index 4a705367..7da7e4f1 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.34 2005/02/20 11:17:07 kls Exp $ + * $Id: dvbdevice.h 1.35 2005/08/20 15:20:15 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -42,6 +42,7 @@ protected: public: cDvbDevice(int n); virtual ~cDvbDevice(); + virtual bool Ready(void); virtual int ProvidesCa(const cChannel *Channel) const; virtual bool HasDecoder(void) const; -- cgit v1.2.3