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
c6bced0e
Commit
c6bced0e
authored
Nov 25, 2015
by
Francis Dupont
Browse files
[4097a] Added (non-)const comment
parent
d40a3b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.h
View file @
c6bced0e
...
...
@@ -111,12 +111,12 @@ public:
return
(
context_
);
}
/// @brief Returns the configured option list
/// @brief Returns the configured option list
(non-const version)
CfgOptionList
&
getCfgOptionList
()
{
return
(
cfg_option_list_
);
}
/// @brief Returns the configured option list
/// @brief Returns the configured option list
(const version)
const
CfgOptionList
&
getCfgOptionList
()
const
{
return
(
cfg_option_list_
);
}
...
...
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