removed MySocketTCP and old ServerInterface

This commit is contained in:
Erik Frojdh
2019-06-18 15:54:22 +02:00
parent 5b8e4f6c72
commit 17b08b6e53
4 changed files with 0 additions and 339 deletions

View File

@ -5,7 +5,6 @@ set(SOURCES
src/ClientSocket.cpp
src/DataSocket.cpp
src/ServerSocket.cpp
src/ServerInterface.cpp
src/ServerInterface2.cpp
src/network_utils.cpp
)
@ -22,7 +21,6 @@ set(PUBLICHEADERS
include/file_utils.h
include/container_utils.h
include/string_utils.h
include/MySocketTCP.h
include/genericSocket.h
include/logger.h
include/ClientSocket.h