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
a214b0b7
Commit
a214b0b7
authored
Jun 11, 2015
by
Francis Dupont
Browse files
[3859] Removed extra parentheses
parent
6cb3d5c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/d_controller.h
View file @
a214b0b7
...
...
@@ -114,7 +114,7 @@ public:
virtual
~
DControllerBase
();
/// @brief returns Kea version on stdout and exit.
/// redeclaration/redefinition. @ref Daemon::getVersion()
)
/// redeclaration/redefinition. @ref Daemon::getVersion()
static
std
::
string
getVersion
(
bool
extended
);
/// @brief Acts as the primary entry point into the controller execution
...
...
src/bin/dhcp4/dhcp4_srv.h
View file @
a214b0b7
...
...
@@ -187,7 +187,7 @@ public:
virtual
~
Dhcpv4Srv
();
/// @brief returns Kea version on stdout and exit.
/// redeclaration/redefinition. @ref Daemon::getVersion()
)
/// redeclaration/redefinition. @ref Daemon::getVersion()
static
std
::
string
getVersion
(
bool
extended
);
/// @brief Main server processing loop.
...
...
src/bin/dhcp6/dhcp6_srv.h
View file @
a214b0b7
...
...
@@ -78,7 +78,7 @@ public:
virtual
~
Dhcpv6Srv
();
/// @brief returns Kea version on stdout and exit.
/// redeclaration/redefinition. @ref Daemon::getVersion()
)
/// redeclaration/redefinition. @ref Daemon::getVersion()
static
std
::
string
getVersion
(
bool
extended
);
/// @brief Returns server-indentifier option.
...
...
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