remove unneeded signals ( eDVBChannel::m_stateChanged give us the same informations )
[enigma2.git] / lib / dvb / pmt.h
index 03df198bccf52438fe0e406ebac5d490d4541a89..d86d1ac93a9861a9db63da1422daa78ef6fc304a 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <lib/dvb/idvb.h>
 #include <lib/dvb/dvb.h>
-#include <lib/dvb/isection.h>
+#include <lib/dvb/idemux.h>
 #include <lib/dvb/esection.h>
 #include <lib/dvb_si/pmt.h>
 #include <lib/dvb_si/pat.h>
@@ -18,7 +18,7 @@ class eDVBServicePMTHandler: public Object
        eAUTable<eTable<ProgramMapTable> > m_PMT;
        eAUTable<eTable<ProgramAssociationTable> > m_PAT;
 
-       ePtr<iDVBChannel> m_channel;
+       eUsePtr<iDVBChannel> m_channel;
        ePtr<eDVBResourceManager> m_resourceManager;
        ePtr<iDVBDemux> m_demux;