diff options
author | Francis Dupont <fdupont@isc.org> | 2018-03-22 19:41:58 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-03-22 19:41:58 +0100 |
commit | 78ef07b01985a9e5683e60a8badcfd3225b93ea8 (patch) | |
tree | 43f120f6e61407999bde929dfee5691ac3db6fb4 /src/lib/dhcpsrv/lease_mgr_factory.h | |
parent | [master] Spurious tab (diff) | |
download | kea-78ef07b01985a9e5683e60a8badcfd3225b93ea8.tar.xz kea-78ef07b01985a9e5683e60a8badcfd3225b93ea8.zip |
[kea5574] Checkpoint: dhcpsrv lib first attempt
Diffstat (limited to 'src/lib/dhcpsrv/lease_mgr_factory.h')
-rw-r--r-- | src/lib/dhcpsrv/lease_mgr_factory.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/dhcpsrv/lease_mgr_factory.h b/src/lib/dhcpsrv/lease_mgr_factory.h index 7d6d842bb7..1ac67046b5 100644 --- a/src/lib/dhcpsrv/lease_mgr_factory.h +++ b/src/lib/dhcpsrv/lease_mgr_factory.h @@ -63,15 +63,11 @@ public: /// -end specific, although must include the "type" keyword which /// gives the backend in use. /// - /// @param db_lost_callback function to invoke if connectivity to lease - /// database is lost. - /// /// @throw isc::InvalidParameter dbaccess string does not contain the "type" /// keyword. /// @throw isc::dhcp::InvalidType The "type" keyword in dbaccess does not /// identify a supported backend. - static void create(const std::string& dbaccess, - DatabaseConnection::DbLostCallback db_lost_callback = 0); + static void create(const std::string& dbaccess); /// @brief Destroy lease manager /// |