mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[#957] addressed review
This commit is contained in:
@@ -176,7 +176,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// @param name Name of the hook from which the callout is removed.
|
/// @param name Name of the hook from which the callout is removed.
|
||||||
/// @param callout Pointer to the callout function to be removed.
|
/// @param callout Pointer to the callout function to be removed.
|
||||||
/// @param library_index Library index used for registering the callout.
|
/// @param library_index Library index used for deregistering the callout.
|
||||||
///
|
///
|
||||||
/// @return true if a one or more callouts were deregistered.
|
/// @return true if a one or more callouts were deregistered.
|
||||||
///
|
///
|
||||||
@@ -193,7 +193,7 @@ public:
|
|||||||
/// by the current library.
|
/// by the current library.
|
||||||
///
|
///
|
||||||
/// @param name Name of the hook from which the callouts are removed.
|
/// @param name Name of the hook from which the callouts are removed.
|
||||||
/// @param library_index Library index used for registering the callout.
|
/// @param library_index Library index used for deregistering all callouts.
|
||||||
///
|
///
|
||||||
/// @return true if one or more callouts were deregistered.
|
/// @return true if one or more callouts were deregistered.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user