ODR Fixes
This commit is contained in:
parent
abd6dbebad
commit
277a74430c
@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user