all derived class use final keyword

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

View File

@ -10,7 +10,7 @@
namespace ix
{
class SocketSChannel : public Socket
class SocketSChannel final : public Socket
{
public:
SocketSChannel();