summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-26 11:51:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-26 11:51:37 +0200
commit41320eca4d534aa803f0aeab1258965aa937752e (patch)
tree29e68ea874557f87d217f42a1c8558d65cb9de76 /device.h
parentffb615332619822f891c8c378e4ceeb6d58529bc (diff)
downloadvdr-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 'device.h')
-rw-r--r--device.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.h b/device.h
index f4744d71..1070c52f 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.24 2002/10/26 09:35:20 kls Exp $
+ * $Id: device.h 1.25 2002/10/26 11:33:42 kls Exp $
*/
#ifndef __DEVICE_H
@@ -278,6 +278,8 @@ private:
cPlayer *player;
bool playerDetached;
protected:
+ virtual bool CanReplay(void) const;
+ // Returns true if this device can currently start a replay session.
virtual bool SetPlayMode(ePlayMode PlayMode);
// Sets the device into the given play mode.
// Returns true if the operation was successful.