summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 54ed6a06..9b0938e1 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -123,6 +123,11 @@ class ConnectionHandler
*/
void sendAround(tmwserv::BeingPtr, MessageOut &);
+ /**
+ * Return the number of connected clients.
+ */
+ unsigned int getClientNumber();
+
private:
std::map<unsigned int, MessageHandler*> handlers;