diff options
author | Marcin Siodelski <marcin@isc.org> | 2019-03-18 10:58:52 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2019-03-26 08:08:56 +0100 |
commit | 658c680352d63336954343a3b0b31d89af1c3c51 (patch) | |
tree | 58bdb23a324f942f40d18ada9a3d1a8a65487c35 /src/lib/dhcpsrv/config_backend_dhcp6.h | |
parent | [master] regen flex/bison (diff) | |
download | kea-658c680352d63336954343a3b0b31d89af1c3c51.tar.xz kea-658c680352d63336954343a3b0b31d89af1c3c51.zip |
[#103,!277] Implemented CBControlBase class.
Diffstat (limited to 'src/lib/dhcpsrv/config_backend_dhcp6.h')
-rw-r--r-- | src/lib/dhcpsrv/config_backend_dhcp6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/config_backend_dhcp6.h b/src/lib/dhcpsrv/config_backend_dhcp6.h index 6f7b94f74c..6de59a4ec8 100644 --- a/src/lib/dhcpsrv/config_backend_dhcp6.h +++ b/src/lib/dhcpsrv/config_backend_dhcp6.h @@ -194,8 +194,8 @@ public: /// result set, i.e. entries later than specified time are returned. /// @return Collection of audit entries. virtual db::AuditEntryCollection - getRecentAuditEntries6(const db::ServerSelector& server_selector, - const boost::posix_time::ptime& modification_time) const = 0; + getRecentAuditEntries(const db::ServerSelector& server_selector, + const boost::posix_time::ptime& modification_time) const = 0; /// @brief Creates or updates a subnet. /// |