2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[#894] Wrapped a few lines and updated years

This commit is contained in:
Francis Dupont
2020-01-23 13:49:43 +01:00
committed by Razvan Becheriu
parent e3a75ea1bf
commit 7e9f80a34d
3 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
// //
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
// //
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -273,8 +273,9 @@ public:
/// @param page_size maximum size of the page returned. /// @param page_size maximum size of the page returned.
/// ///
/// @return Lease collection (may be empty if no IPv4 lease found). /// @return Lease collection (may be empty if no IPv4 lease found).
virtual Lease4Collection getLeases4(const asiolink::IOAddress& lower_bound_address, virtual Lease4Collection
const LeasePageSize& page_size) const; getLeases4(const asiolink::IOAddress& lower_bound_address,
const LeasePageSize& page_size) const;
/// @brief Returns existing IPv6 lease for a given IPv6 address. /// @brief Returns existing IPv6 lease for a given IPv6 address.
/// ///
@@ -365,8 +366,9 @@ public:
/// @param page_size maximum size of the page returned. /// @param page_size maximum size of the page returned.
/// ///
/// @return Lease collection (may be empty if no IPv6 lease found). /// @return Lease collection (may be empty if no IPv6 lease found).
virtual Lease6Collection getLeases6(const asiolink::IOAddress& lower_bound_address, virtual Lease6Collection
const LeasePageSize& page_size) const; getLeases6(const asiolink::IOAddress& lower_bound_address,
const LeasePageSize& page_size) const;
/// @brief Returns a collection of expired DHCPv4 leases. /// @brief Returns a collection of expired DHCPv4 leases.
/// ///

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC") // Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
// //
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this