/// 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).
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).
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.