mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-28 20:47:48 +00:00
[#3770] Addressed comments
This commit is contained in:
parent
9dfad9bb0b
commit
9bc3a19486
@ -256,7 +256,7 @@ public:
|
|||||||
/// @brief A hashing operator.
|
/// @brief A hashing operator.
|
||||||
///
|
///
|
||||||
/// @param client_classes ClientClasses instance to be hashed.
|
/// @param client_classes ClientClasses instance to be hashed.
|
||||||
/// \return a hashing result.
|
/// @return a hashing result.
|
||||||
size_t operator()(const ClientClasses& client_classes);
|
size_t operator()(const ClientClasses& client_classes);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -342,7 +342,6 @@ typedef boost::multi_index_container<
|
|||||||
ClientClasses,
|
ClientClasses,
|
||||||
&OptionDescriptor::client_classes_>
|
&OptionDescriptor::client_classes_>
|
||||||
>
|
>
|
||||||
|
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
> OptionContainer;
|
> OptionContainer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user