X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/dba614edd2aad3c17e244914eaef3809d8300cb1..d25cc68147eac7b8e7628a9abdffe55a758612a3:/lib/dvb/esection.h diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h index df0b93e5..61182766 100644 --- a/lib/dvb/esection.h +++ b/lib/dvb/esection.h @@ -1,7 +1,7 @@ #ifndef __esection_h #define __esection_h -#include +#include #include class eGTable: public iObject, public Object @@ -11,6 +11,8 @@ private: ePtr m_reader; eDVBTableSpec m_table; + int m_tries; + eTimer *m_timeout; void sectionRead(const __u8 *data); @@ -42,7 +44,6 @@ protected: delete sections[nr]; sections.resize(max); - sections[nr] = new Section(data); avail.insert(nr);