summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/lease_mgr_factory.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-03-07 17:10:34 +0100
committerThomas Markwalder <tmark@isc.org>2018-03-07 17:10:34 +0100
commit8f5ce7060067456b68a6df39d3d20f122b96596e (patch)
treeb97aea749071f605da80dd6224725af65cc57815 /src/lib/dhcpsrv/lease_mgr_factory.h
parent[5477] Corrected some typos and updated copyrights as a result of review. (diff)
downloadkea-8f5ce7060067456b68a6df39d3d20f122b96596e.tar.xz
kea-8f5ce7060067456b68a6df39d3d20f122b96596e.zip
[5477] Addressed review comments
src/bin/dhcp4/ctrl_dhcp4_srv.* src/bin/dhcp6/ctrl_dhcp6_srv.* Changed dbReconnect() to accept ReconnectCtlPtr Added commentary for dbReconnect and dbLostCallback src/lib/dhcpsrv/database_connection.h Removed extraneous typedef many files: Changed DatabaseConnection::Callback to ::DbLostCallback src/lib/dhcpsrv/tests/database_connection_unittest.cc Added commentary to text fixture and tests
Diffstat (limited to 'src/lib/dhcpsrv/lease_mgr_factory.h')
-rw-r--r--src/lib/dhcpsrv/lease_mgr_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/lease_mgr_factory.h b/src/lib/dhcpsrv/lease_mgr_factory.h
index 54c57c3d9c..83fd6017fd 100644
--- a/src/lib/dhcpsrv/lease_mgr_factory.h
+++ b/src/lib/dhcpsrv/lease_mgr_factory.h
@@ -71,7 +71,7 @@ public:
/// @throw isc::dhcp::InvalidType The "type" keyword in dbaccess does not
/// identify a supported backend.
static void create(const std::string& dbaccess,
- DatabaseConnection::Callback db_lost_callback = NULL);
+ DatabaseConnection::DbLostCallback db_lost_callback = NULL);
/// @brief Destroy lease manager
///