2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#145] addressed review comments

This commit is contained in:
Razvan Becheriu
2023-05-26 15:19:16 +03:00
parent e4df42531d
commit eedbdba174

View File

@@ -393,6 +393,7 @@ public:
} }
} }
private:
/// @brief Creates the IPv4 lease statistical data result set /// @brief Creates the IPv4 lease statistical data result set
/// ///
/// The result set is populated by iterating over the IPv4 leases in /// The result set is populated by iterating over the IPv4 leases in
@@ -610,7 +611,6 @@ public:
next_pos_ = rows_.begin(); next_pos_ = rows_.begin();
} }
private:
/// @brief The Memfile storage containing the IPv4 leases to analyze /// @brief The Memfile storage containing the IPv4 leases to analyze
Lease4Storage& storage4_; Lease4Storage& storage4_;
}; };
@@ -686,6 +686,7 @@ public:
} }
} }
private:
/// @brief Creates the IPv6 lease statistical data result set /// @brief Creates the IPv6 lease statistical data result set
/// ///
/// The result set is populated by iterating over the IPv6 leases in /// The result set is populated by iterating over the IPv6 leases in
@@ -963,7 +964,6 @@ public:
next_pos_ = rows_.begin(); next_pos_ = rows_.begin();
} }
private:
/// @brief The Memfile storage containing the IPv6 leases to analyze /// @brief The Memfile storage containing the IPv6 leases to analyze
Lease6Storage& storage6_; Lease6Storage& storage6_;
}; };