all derived class use final keyword

This commit is contained in:
Benjamin Sergeant
2019-05-12 11:43:21 -07:00
parent ed0e23e8a5
commit 156288b17b
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
namespace ix
{
class SocketAppleSSL : public Socket
class SocketAppleSSL final : public Socket
{
public:
SocketAppleSSL(int fd = -1);