diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-15 20:40:01 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-15 20:40:01 +0100 |
| commit | e0d8ce8d7dc7239ff353f09c15b739f1b969cdfb (patch) | |
| tree | 0a7a66a7194fde5947dc83df6dd228f7a44abd9e /lib/dvb/demux.h | |
| parent | 7169ecb3d6d30981b223e81e8a200b48f784941d (diff) | |
| parent | a995c63c0d6c24bbe23935b901bf735c18833adb (diff) | |
| download | enigma2-e0d8ce8d7dc7239ff353f09c15b739f1b969cdfb.tar.gz enigma2-e0d8ce8d7dc7239ff353f09c15b739f1b969cdfb.zip | |
Merge branch 'bug_672_removed_pvr_device' into experimental
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..e73982ec 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(int flags); + int getRefCount() { return ref; } private: int adapter, demux, source; |
