From c652e8fa8141d7e323cbdbbc0a662244a5a84955 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Tue, 22 Nov 2011 01:15:09 +0100 Subject: Added server menu with list of clients. Connections can be terminated with the "red" key. The former main menu action of suspending live TV moved to the "blue" key. --- server/connectionIGMP.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/connectionIGMP.c') diff --git a/server/connectionIGMP.c b/server/connectionIGMP.c index 53b9acf..695c8bc 100644 --- a/server/connectionIGMP.c +++ b/server/connectionIGMP.c @@ -71,3 +71,9 @@ void cConnectionIGMP::Stop() DELETENULL(m_LiveStreamer); } } + +cString cConnectionIGMP::ToText() const +{ + cString str = cServerConnection::ToText(); + return m_LiveStreamer ? cString::sprintf("%s\t%s", *str, *m_LiveStreamer->ToText()) : str; +} -- cgit v1.2.3