fixed loading trimbits

This commit is contained in:
Erik Frojdh
2019-03-14 10:21:18 +01:00
parent 14131f93f1
commit c9422befff
3 changed files with 7 additions and 9 deletions

View File

@ -12,7 +12,7 @@ class DataSocket {
virtual ~DataSocket();
DataSocket &operator=(DataSocket &&move) noexcept;
void swap(DataSocket &other) noexcept;
DataSocket(DataSocket const &) = delete;
DataSocket(const DataSocket &) = delete;
DataSocket &operator=(DataSocket const &) = delete;
int getSocketId() const {
return socketId_;