]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#894] Wrapped a few lines and updated years
authorFrancis Dupont <fdupont@isc.org>
Thu, 23 Jan 2020 12:49:43 +0000 (13:49 +0100)
committerRazvan Becheriu <razvan@isc.org>
Thu, 23 Jan 2020 13:26:40 +0000 (15:26 +0200)
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/memfile_lease_mgr.h
src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc

index ddf8e3b41710261d8899d5e3abfe445e210f6441..b96cc5f7f4c3e1ba952a2be07982976db9722b42 100644 (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
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ebb291fe5605b0fec77928f531018498ad992645..aa996ca782154f0949bfcd5798aac5e62ecba160 100644 (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
 // 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.
     ///
     /// @return Lease collection (may be empty if no IPv4 lease found).
-    virtual Lease4Collection getLeases4(const asiolink::IOAddress& lower_bound_address,
-                                        const LeasePageSize& page_size) const;
+    virtual Lease4Collection
+    getLeases4(const asiolink::IOAddress& lower_bound_address,
+               const LeasePageSize& page_size) const;
 
     /// @brief Returns existing IPv6 lease for a given IPv6 address.
     ///
@@ -365,8 +366,9 @@ public:
     /// @param page_size maximum size of the page returned.
     ///
     /// @return Lease collection (may be empty if no IPv6 lease found).
-    virtual Lease6Collection getLeases6(const asiolink::IOAddress& lower_bound_address,
-                                        const LeasePageSize& page_size) const;
+    virtual Lease6Collection
+    getLeases6(const asiolink::IOAddress& lower_bound_address,
+               const LeasePageSize& page_size) const;
 
     /// @brief Returns a collection of expired DHCPv4 leases.
     ///
index 5fbf086c6494c93c9bd1da2a8813f5dc8a2100bb..2093c7d64d7b5b2fc670adc8e603415ab6ce4881 100644 (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
 // License, v. 2.0. If a copy of the MPL was not distributed with this