diff options
| author | 2021-12-20 20:00:03 +0000 | |
|---|---|---|
| committer | 2021-12-20 20:19:40 +0000 | |
| commit | 421e8c8c793740aaf34feff761716c1c51d8f04e (patch) | |
| tree | b3bf0e3e8c3b7fd2beeefbe89fff8f25b12f2846 /include/socketengine.h | |
| parent | Deduplicate xline adding code in the dnsbl module. (diff) | |
Add the final keyword to all remaining classes that can have it.
Diffstat (limited to 'include/socketengine.h')
| -rw-r--r-- | include/socketengine.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
