src/lib/dhcpsrv/memfile_lease_mgr.cc
Memfile_LeaseMgr::checkLimits4()
Memfile_LeaseMgr::checkLimits6() - commented
out temporarily unused user_context parameter
}
std::string
-Memfile_LeaseMgr::checkLimits4(ConstElementPtr const& user_context) const {
+Memfile_LeaseMgr::checkLimits4(ConstElementPtr const& /* user_context */) const {
isc_throw(NotImplemented, "Memfile_LeaseMgr::checkLimits4() not implemented");
}
std::string
-Memfile_LeaseMgr::checkLimits6(ConstElementPtr const& user_context) const {
+Memfile_LeaseMgr::checkLimits6(ConstElementPtr const& /* user_context */) const {
isc_throw(NotImplemented, "Memfile_LeaseMgr::checkLimits4() not implemented");
}