mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
format support lib
This commit is contained in:
2
slsSupportLib/include/ServerSocket.h
Executable file → Normal file
2
slsSupportLib/include/ServerSocket.h
Executable file → Normal file
@ -18,7 +18,7 @@ class ServerSocket : public DataSocket {
|
||||
IpAddr getLastClient() const noexcept { return lastClient; }
|
||||
IpAddr getThisClient() const noexcept { return thisClient; }
|
||||
IpAddr getLockedBy() const noexcept { return lockedBy; }
|
||||
bool differentClients() const noexcept {return lastClient != thisClient;}
|
||||
bool differentClients() const noexcept { return lastClient != thisClient; }
|
||||
void setLockedBy(IpAddr addr) { lockedBy = addr; }
|
||||
void setLastClient(IpAddr addr) { lastClient = addr; }
|
||||
int getPort() const noexcept { return serverPort; }
|
||||
|
Reference in New Issue
Block a user