mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[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
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
/// @throw isc::dhcp::DbOperationError An operation on the open database has
|
||||
/// failed.
|
||||
PgSqlHostDataSource(const DatabaseConnection::ParameterMap& parameters,
|
||||
DatabaseConnection::Callback db_lost_callback = NULL);
|
||||
DatabaseConnection::DbLostCallback db_lost_callback = NULL);
|
||||
|
||||
/// @brief Virtual destructor.
|
||||
/// Frees database resources and closes the database connection through
|
||||
|
Reference in New Issue
Block a user