diff options
Diffstat (limited to 'lib/dvb/demux.h')
| -rw-r--r-- | lib/dvb/demux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index d43c41bb..7dbb521a 100644 --- a/lib/dvb/demux.h +++ b/lib/dvb/demux.h @@ -26,7 +26,8 @@ public: RESULT getCADemuxID(uint8_t &id) { id = demux; return 0; } RESULT flush(); RESULT connectEvent(const Slot1<void,int> &event, ePtr<eConnection> &conn); - + int openDVR(void); + int getRefCount() { return ref; } private: int adapter, demux, source; |
