- bool IsIPInIndex(uint32_t /*ip*/) const { return false; }
- bool IsIPInUse(uint32_t, const std::string &, CONST_USER_PTR *) const { return false; }
- bool Exists(const std::string &) const { return false; }
+ bool IsIPInIndex(uint32_t /*ip*/) const override { return false; }
+ bool IsIPInUse(uint32_t, const std::string &, ConstUserPtr *) const override { return false; }
+ bool Exists(const std::string &) const override { return false; }