2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +00:00

[3146] getLease6() renamed to getLeases6()

This commit is contained in:
Tomek Mrugalski
2013-09-06 19:30:35 +02:00
parent abd29c04e2
commit 0b0bb4a278
7 changed files with 22 additions and 20 deletions

View File

@@ -279,8 +279,8 @@ public:
/// programming error.
/// @throw isc::dhcp::DbOperationError An operation on the open database has
/// failed.
virtual Lease6Collection getLease6(Lease6::LeaseType type, const DUID& duid,
uint32_t iaid) const;
virtual Lease6Collection getLeases6(Lease6::LeaseType type, const DUID& duid,
uint32_t iaid) const;
/// @brief Returns existing IPv6 lease for a given DUID+IA combination
///