X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6696994da0d59a3b483eda65d1dc8b1a9df67cc0..0c59a4279f93f08fe95fca5f2e55f3e025f0cceb:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 9b33d30b..d3a7faa7 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -35,7 +35,7 @@ typedef std::map ChannelMap; class eDVBCAService: public Object { - eSocketNotifier *m_sn; + ePtr m_sn; eServiceReferenceDVB m_service; uint8_t m_used_demux[32]; unsigned int m_prev_build_hash; @@ -44,7 +44,7 @@ class eDVBCAService: public Object struct sockaddr_un m_servaddr; unsigned int m_sendstate; unsigned char m_capmt[2048]; - eTimer m_retryTimer; + ePtr m_retryTimer; void sendCAPMT(); void Connect(); void socketCB(int what);