summaryrefslogtreecommitdiff
path: root/server/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/connection.h')
-rw-r--r--server/connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/connection.h b/server/connection.h
index 22301b1..01a070c 100644
--- a/server/connection.h
+++ b/server/connection.h
@@ -40,6 +40,10 @@ private:
detaching this connection's receivers. */
cDevice *CheckDevice(const cChannel *Channel, int Priority, bool LiveView, const cDevice *AvoidDevice = NULL);
+ /* Test if device is in use as the transfer mode receiver device
+ or a FF card, displaying live TV from internal tuner */
+ static bool UsedByLiveTV(cDevice *device);
+
protected:
/* Will be called when a command terminated by a newline has been
received */