X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ce6a641bebc8e3e3ef14b624aa67d1dca1e8310e..191cade7c45bee53df2776ff5bb3f26b2cdafc12:/lib/dvb/demux.h?ds=sidebyside diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index 8f11e840..b14dfd26 100644 --- a/lib/dvb/demux.h +++ b/lib/dvb/demux.h @@ -24,6 +24,8 @@ public: RESULT getCADemuxID(uint8_t &id) { id = demux; return 0; } RESULT flush(); RESULT connectEvent(const Slot1 &event, ePtr &conn); + + int getRefCount() { return ref; } private: int adapter, demux;