Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
a704f95f
Commit
a704f95f
authored
Apr 09, 2018
by
Francis Dupont
Browse files
[master] Finished merge of trac5480 (user context utils)
parent
f769c545
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/testutils/user_context_utils.h
View file @
a704f95f
// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2017
-2018
Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
@@ -14,15 +14,26 @@ namespace test {
/// @brief Move comment entries to user-context
///
/// Process an element looking for comment entries in maps and
/// moving them to user-context entries. As the common case is
/// no comment and this routine tries to maximize sharing the
/// standard behavior is just to return the argument unchanged.
///
/// @param element
/// @return a processed copy of element or unmodified element
isc
::
data
::
ElementPtr
moveComments
(
isc
::
data
::
ElementPtr
element
);
/// @brief Extract comment entries from user-context
///
/// Process an element looking for user-context entries carrying
/// comments and moving these comments at the same level than
/// user-contexts. As the common case is no comment and this routine
/// tries to maximize sharing the standard behavior is just to return
/// the argument unchanged.
///
/// @param element
/// @return a processed copy of element or unmodified element
isc
::
data
::
ElementPtr
extractComments
(
isc
::
data
::
ElementPtr
element
);
isc
::
data
::
ElementPtr
extractComments
(
isc
::
data
::
ElementPtr
element
);
};
// end of isc::test namespace
};
// end of isc namespace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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