cleaning up tcp

This commit is contained in:
Erik Frojdh
2019-06-07 16:13:34 +02:00
parent 893805e6fd
commit 1fed3553b9
7 changed files with 160 additions and 187 deletions

View File

@ -120,7 +120,7 @@ class slsReceiverTCPIPInterface : private virtual slsDetectorDefs {
void functionNotImplemented();
/** mode not implemented for specific detector */
void modeNotImplemented(std::string modename, int mode);
void modeNotImplemented(const std::string& modename, int mode);
/** validate and set error */
template <typename T>