mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[4097a] Added (non-)const comment
This commit is contained in:
@@ -111,12 +111,12 @@ public:
|
|||||||
return (context_);
|
return (context_);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Returns the configured option list
|
/// @brief Returns the configured option list (non-const version)
|
||||||
CfgOptionList& getCfgOptionList() {
|
CfgOptionList& getCfgOptionList() {
|
||||||
return (cfg_option_list_);
|
return (cfg_option_list_);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Returns the configured option list
|
/// @brief Returns the configured option list (const version)
|
||||||
const CfgOptionList& getCfgOptionList() const {
|
const CfgOptionList& getCfgOptionList() const {
|
||||||
return (cfg_option_list_);
|
return (cfg_option_list_);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user