add udpserver, tcpserver

This commit is contained in:
Lion Kortlepel
2021-02-16 15:54:50 +01:00
committed by Anonymous275
parent f19a012509
commit bf74b1ae32
18 changed files with 401 additions and 55 deletions

5
src/TTCPServer.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "TTCPServer.h"
TTCPServer::TTCPServer(TServer& Server)
: mServer(Server) {
}