diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-26 11:51:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-26 11:51:37 +0200 |
commit | 41320eca4d534aa803f0aeab1258965aa937752e (patch) | |
tree | 29e68ea874557f87d217f42a1c8558d65cb9de76 /dvbdevice.h | |
parent | ffb615332619822f891c8c378e4ceeb6d58529bc (diff) | |
download | vdr-41320eca4d534aa803f0aeab1258965aa937752e.tar.gz vdr-41320eca4d534aa803f0aeab1258965aa937752e.tar.bz2 |
Fixed blocking replaying in case an encrypted channel is being recorded on the primary device
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index b5484dc7..8784c74e 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 1.14 2002/10/12 11:15:39 kls Exp $ + * $Id: dvbdevice.h 1.15 2002/10/26 11:35:04 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -101,6 +101,7 @@ private: protected: ePlayMode playMode; + virtual bool CanReplay(void) const; virtual bool SetPlayMode(ePlayMode PlayMode); public: virtual void TrickSpeed(int Speed); |