summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorMarkus Ehrnsperger <markus@vdr1.(none)>2011-02-18 22:39:16 +0100
committerMarkus Ehrnsperger <markus@vdr1.(none)>2011-02-18 22:39:16 +0100
commit6252a0fcd639e6f3fe6775044a2a996c21225c9c (patch)
tree9aefeb0dfcaebd8359bae9f73bcc957234d15db7 /device.h
parentb4e66d3d624cc1cfbe2f435f02810f544633d993 (diff)
downloadvdr-patch-lnbsharing-lnb-sharing-0.1.4.tar.gz
vdr-patch-lnbsharing-lnb-sharing-0.1.4.tar.bz2
Fix: Short before a recording starts, the system switches between black screen and channel. If VPS is used, the recording will not even start. Thanks to urknall @ vdr-portal.de for reporting this error and Uwe (Licherkette @ vdr-portal.de) for providing a Log
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device.h b/device.h
index 7df3cb5..5f92719 100644
--- a/device.h
+++ b/device.h
@@ -194,6 +194,8 @@ public:
///< (device recieving live view) would be affected by switching to the requested channel.
///< Returns -2 if there are no such devices and the actual device
///< would not be affected by switching to the requested channel.
+ bool IsShareAvoidDevice(const cChannel *Channel, const cDevice *AvoidDevice) const;
+ ///< Returns true if switching this device to Channel will result in a switch of AvoidDevice
//ML-Ende