combined all the funcs into one, servers need to be recompiled

This commit is contained in:
2018-10-11 13:57:47 +02:00
parent b82fca2c8e
commit c24a9b223c
16 changed files with 146 additions and 184 deletions

View File

@ -58,11 +58,11 @@ add_library(slsReceiverShared SHARED
set(PUBLICHEADERS
../slsSupportLib/include/sls_detector_defs.h
../slsSupportLib/include/ansi.h
../slsSupportLib/include/sls_receiver_funcs.h
../slsSupportLib/include/sls_detector_funcs.h
../slsSupportLib/include/MySocketTCP.h
../slsSupportLib/include/genericSocket.h
../slsSupportLib/include/logger.h
../slsSupportLib/include/sls_receiver_exceptions.h
../slsSupportLib/include/sls_detector_exceptions.h
../slsSupportLib/include/utilities.h
)