mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
format support lib
This commit is contained in:
4
slsSupportLib/src/DataSocket.cpp
Executable file → Normal file
4
slsSupportLib/src/DataSocket.cpp
Executable file → Normal file
@ -136,8 +136,6 @@ void DataSocket::shutDownSocket() {
|
||||
close();
|
||||
}
|
||||
|
||||
void DataSocket::shutdown(){
|
||||
::shutdown(sockfd_, SHUT_RDWR);
|
||||
}
|
||||
void DataSocket::shutdown() { ::shutdown(sockfd_, SHUT_RDWR); }
|
||||
|
||||
} // namespace sls
|
||||
|
Reference in New Issue
Block a user