summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
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