X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ce6a641bebc8e3e3ef14b624aa67d1dca1e8310e..9bdb2bf12943594e9bcd309ed9c60e44af23dbf0:/lib/dvb/demux.h 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;