Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
6e249400
Commit
6e249400
authored
Aug 13, 2015
by
Thomas Markwalder
Browse files
[3997] Address review comments
Minor comment cleanup.
parent
ef1033c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.h
View file @
6e249400
...
...
@@ -234,16 +234,16 @@ public:
/// @brief Starts DHCP_DDNS client IO if DDNS updates are enabled.
///
/// If updates are enabled, it
I
nstructs the D2ClientMgr singleton to
/// If updates are enabled, it
i
nstructs the D2ClientMgr singleton to
/// enter send mode. If D2ClientMgr encounters errors it may throw
/// D2ClientError
s
. This method does not catch exceptions.
/// D2ClientError. This method does not catch exceptions.
void
startD2
();
/// @brief Stops DHCP_DDNS client IO if DDNS updates are enabled.
///
/// If updates are enabled, it instructs the D2ClientMgr singleton to
/// leave send mode. If D2ClientMgr encounters errors it may throw
/// D2ClientError
s
. This method does not catch exceptions.
/// D2ClientError. This method does not catch exceptions.
void
stopD2
();
/// @brief Implements the error handler for DHCP_DDNS IO errors
...
...
src/bin/dhcp6/dhcp6_srv.h
View file @
6e249400
...
...
@@ -119,16 +119,16 @@ public:
/// @brief Starts DHCP_DDNS client IO if DDNS updates are enabled.
///
/// If updates are enabled, it
I
nstructs the D2ClientMgr singleton to
/// If updates are enabled, it
i
nstructs the D2ClientMgr singleton to
/// enter send mode. If D2ClientMgr encounters errors it may throw
/// D2ClientError
s
. This method does not catch exceptions.
/// D2ClientError. This method does not catch exceptions.
void
startD2
();
/// @brief Stops DHCP_DDNS client IO if DDNS updates are enabled.
///
/// If updates are enabled, it instructs the D2ClientMgr singleton to
/// leave send mode. If D2ClientMgr encounters errors it may throw
/// D2ClientError
s
. This method does not catch exceptions.
/// D2ClientError. This method does not catch exceptions.
void
stopD2
();
/// @brief Implements the error handler for DHCP_DDNS IO errors
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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