mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
try for accept
This commit is contained in:
@ -126,7 +126,7 @@ class slsReceiverTCPIPInterface : private virtual slsDetectorDefs {
|
||||
void validate(T arg, T retval, std::string modename, numberMode hex);
|
||||
|
||||
/** Unrecognized Function */
|
||||
int M_nofunc();
|
||||
int M_nofunc(sls::DataSocket & socket);
|
||||
|
||||
|
||||
|
||||
@ -386,6 +386,8 @@ protected:
|
||||
/** Socket */
|
||||
MySocketTCP* mySock;
|
||||
|
||||
std::unique_ptr<sls::ServerSocket> server{nullptr};
|
||||
|
||||
/** client interface */
|
||||
ServerInterface* interface;
|
||||
};
|
||||
|
Reference in New Issue
Block a user