Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
416fa97a
Commit
416fa97a
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: registers
parent
b928d39e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/config/hooked_command_mgr.h
View file @
416fa97a
...
@@ -23,7 +23,7 @@ namespace config {
...
@@ -23,7 +23,7 @@ namespace config {
/// The command handlers are registered by a hook library by calling
/// The command handlers are registered by a hook library by calling
/// @ref isc::hooks::LibraryHandle::registerCommandCallout. This call
/// @ref isc::hooks::LibraryHandle::registerCommandCallout. This call
/// creates a hook point for this command (if one doesn't exist) and then
/// creates a hook point for this command (if one doesn't exist) and then
/// register
e
s the specified handler(s). When the @ref HookedCommandMgr
/// registers the specified handler(s). When the @ref HookedCommandMgr
/// receives a command for processing it calls the
/// receives a command for processing it calls the
/// @ref isc::hooks::HooksManager::commandHandlersPresent to check if there
/// @ref isc::hooks::HooksManager::commandHandlersPresent to check if there
/// are handlers present for this command. If so, the @ref HookedCommandMgr
/// are handlers present for this command. If so, the @ref HookedCommandMgr
...
...
src/lib/dhcpsrv/timer_mgr.h
View file @
416fa97a
...
@@ -59,7 +59,7 @@ public:
...
@@ -59,7 +59,7 @@ public:
/// @brief Destructor.
/// @brief Destructor.
///
///
/// Stops the worker thread if it is running and unregister
e
s any
/// Stops the worker thread if it is running and unregisters any
/// registered timers.
/// registered timers.
~
TimerMgr
();
~
TimerMgr
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment