From dec5875aca7a2e0c281388db2f25d195ad9b2a3d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 4 Oct 2021 17:07:51 +0100 Subject: Apply the final keyword to all module classes where appropriate. --- src/modules/m_httpd.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/modules/m_httpd.cpp') diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 3ead3cd28..149fcf513 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -58,7 +58,10 @@ static http_parser_settings parser_settings; /** A socket used for HTTP transport */ -class HttpServerSocket : public BufferedSocket, public Timer, public insp::intrusive_list_node +class HttpServerSocket final + : public BufferedSocket + , public Timer + , public insp::intrusive_list_node { private: friend class ModuleHttpServer; @@ -388,7 +391,8 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru } }; -class HTTPdAPIImpl : public HTTPdAPIBase +class HTTPdAPIImpl final + : public HTTPdAPIBase { public: HTTPdAPIImpl(Module* parent) -- cgit v1.3.1-10-gc9f91