removed ClientInterface

This commit is contained in:
Erik Frojdh
2019-05-15 08:38:49 +02:00
parent 97dd329a7b
commit bf0847e967
7 changed files with 1 additions and 129 deletions

View File

@ -1,5 +1,4 @@
set(SOURCES
src/ClientInterface.cpp
src/CmdLineParser.cpp
src/string_utils.cpp
src/file_utils.cpp
@ -22,7 +21,6 @@ set(PUBLICHEADERS
include/file_utils.h
include/container_utils.h
include/string_utils.h
include/ClientInterface.h
include/MySocketTCP.h
include/genericSocket.h
include/logger.h