all derived class use final keyword
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
namespace ix
|
||||
{
|
||||
class SocketSChannel : public Socket
|
||||
class SocketSChannel final : public Socket
|
||||
{
|
||||
public:
|
||||
SocketSChannel();
|
||||
|
Reference in New Issue
Block a user