summaryrefslogtreecommitdiffstats
path: root/source/cServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cServer.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/cServer.cpp b/source/cServer.cpp
index b1dab21e5..ab4698f3f 100644
--- a/source/cServer.cpp
+++ b/source/cServer.cpp
@@ -134,6 +134,15 @@ void cServer::QueueClientClose(const cSocket * a_Socket)
+void cServer::RemoveClient(const cSocket * a_Socket)
+{
+ m_SocketThreads.RemoveClient(a_Socket);
+}
+
+
+
+
+
bool cServer::InitServer( int a_Port )
{
if( m_bIsConnected )