fix linked tuners (i hope)
[enigma2.git] / lib / dvb / eit.h
index 7ec16bc83375c59a74c60e145f88d60848d51615..43bdb6b29a29764ec4ad70eb2c63278bfdbcf0a6 100644 (file)
@@ -1,15 +1,15 @@
 #ifndef __lib_dvb_eit_h
 #define __lib_dvb_eit_h
 
-#include <lib/dvb/isection.h>
+#include <lib/dvb/idemux.h>
 #include <lib/dvb/esection.h>
-#include <lib/dvb_si/eit.h>
+#include <dvbsi++/event_information_section.h>
 #include <lib/service/event.h>
 
 class eDVBServiceEITHandler: public Object
 {
        ePtr<iDVBDemux> m_demux;
-       eAUTable<eTable<EventInformationTable> > m_EIT;
+       eAUTable<eTable<EventInformationSection> > m_EIT;
        void EITready(int error);
        
        RESULT parseEvent(ePtr<eServiceEvent> &serviceevent, const Event &dvbevent);