ODR Fixes

This commit is contained in:
Fred Nicolson 2019-05-01 13:08:13 +01:00
parent abd6dbebad
commit 277a74430c
No known key found for this signature in database
GPG Key ID: 78C1DD87B47797D2
2 changed files with 0 additions and 3 deletions

View File

@ -17,8 +17,6 @@ class Listener : public SocketDescriptor
init_wsa(); init_wsa();
} }
virtual ~Listener() = default;
/*! /*!
* Listens to the given port for connections * Listens to the given port for connections
* *

View File

@ -52,7 +52,6 @@ namespace fr
}; };
Socket(); Socket();
virtual ~Socket() = default;
Socket(Socket &&) =delete; Socket(Socket &&) =delete;
Socket(const Socket &) =delete; Socket(const Socket &) =delete;
void operator=(const Socket &) =delete; void operator=(const Socket &) =delete;