From: Francis Dupont Date: Tue, 27 Mar 2018 13:39:59 +0000 (+0200) Subject: [master] Missing override X-Git-Tag: trac5458a_base~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a65f3154df86a32e6ae49285e460f23f8ad8ff8;p=thirdparty%2Fkea.git [master] Missing override --- diff --git a/src/lib/dhcpsrv/cql_host_data_source.h b/src/lib/dhcpsrv/cql_host_data_source.h index b2b45e4325..75d4d45a1d 100644 --- a/src/lib/dhcpsrv/cql_host_data_source.h +++ b/src/lib/dhcpsrv/cql_host_data_source.h @@ -110,7 +110,7 @@ public: /// there. /// @throw various exceptions in case of errors virtual bool del(const SubnetID& subnet_id, - const asiolink::IOAddress& addr); + const asiolink::IOAddress& addr) override; /// @brief Attempts to delete a host by (subnet-id4, identifier-type, /// identifier). @@ -128,7 +128,7 @@ public: virtual bool del4(const SubnetID& subnet_id, const Host::IdentifierType& identifier_type, const uint8_t* identifier_begin, - const size_t identifier_len); + const size_t identifier_len) override; /// @brief Attempts to delete a host by (subnet-id6, identifier-type, /// identifier). @@ -146,7 +146,7 @@ public: virtual bool del6(const SubnetID& subnet_id, const Host::IdentifierType& identifier_type, const uint8_t* identifier_begin, - const size_t identifier_len); + const size_t identifier_len) override; /// @brief Return all @ref Host objects for the specified @ref HWAddr or /// @ref DUID.