2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
This commit is contained in:
Razvan Becheriu
2020-07-24 15:34:04 +03:00
parent a794d7bd4d
commit acd3ede7c5

View File

@@ -227,12 +227,6 @@ struct Lease : public isc::data::UserContext, public isc::data::CfgToElement {
/// @param probation_period lease lifetime will be set to this value
virtual void decline(uint32_t probation_period) = 0;
/// @brief Check lease for expiration or reclaimed state.
///
/// @return true if the lease is expired or in reclaimed state, false
/// otherwise.
bool checkUpdateStats() const;
/// Avoid a clang spurious error
using isc::data::CfgToElement::toElement;