From 421e8c8c793740aaf34feff761716c1c51d8f04e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 20 Dec 2021 20:00:03 +0000 Subject: Add the final keyword to all remaining classes that can have it. --- include/socketengine.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/socketengine.h') diff --git a/include/socketengine.h b/include/socketengine.h index 1443f6071..cd2e0791c 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -150,7 +150,8 @@ enum EventMask * must have a file descriptor. What this file descriptor * is actually attached to is completely up to you. */ -class CoreExport EventHandler : public Cullable +class CoreExport EventHandler + : public Cullable { private: /** Private state maintained by socket engine */ @@ -215,7 +216,7 @@ class CoreExport EventHandler : public Cullable * from system to system and upon the config * settings chosen by the server admin. */ -class CoreExport SocketEngine +class CoreExport SocketEngine final { public: /** Socket engine statistics: count of various events, bandwidth usage -- cgit v1.3.1-10-gc9f91