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_ldapauth.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/modules/m_ldapauth.cpp') diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp index 28165cb20..b127cb63f 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -36,7 +36,8 @@ namespace std::vector > requiredattributes; } -class BindInterface : public LDAPInterface +class BindInterface + : public LDAPInterface { const std::string provider; const std::string uid; @@ -206,7 +207,8 @@ class BindInterface : public LDAPInterface } }; -class SearchInterface : public LDAPInterface +class SearchInterface final + : public LDAPInterface { const std::string provider; const std::string uid; @@ -259,7 +261,8 @@ class SearchInterface : public LDAPInterface } }; -class AdminBindInterface : public LDAPInterface +class AdminBindInterface final + : public LDAPInterface { const std::string provider; const std::string uuid; -- cgit v1.3.1-10-gc9f91