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
ISC Open Source Projects
Kea
Commits
5ed26cc0
Commit
5ed26cc0
authored
Mar 02, 2017
by
Tomek Mrugalski
🛰
Browse files
[5134_rebase] Comment about lack of deep copy added.
parent
573635ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/agent/ctrl_agent_cfg_mgr.h
View file @
5ed26cc0
...
...
@@ -44,6 +44,9 @@ public:
/// @brief Creates a clone of this context object.
///
/// Note this method does not do deep copy the information about control sockets.
/// That data is stored as ConstElementPtr (a shared pointer) to the actual data.
///
/// @return A pointer to the new clone.
virtual
process
::
DCfgContextBasePtr
clone
()
{
return
(
process
::
DCfgContextBasePtr
(
new
CtrlAgentCfgContext
(
*
this
)));
...
...
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