Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Schrader
Kea
Commits
145c302c
Commit
145c302c
authored
Jun 13, 2015
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3732a] Removed references to ModuleCCSession
parent
f03fb452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/lib/cc/data.h
src/lib/cc/data.h
+9
-9
No files found.
src/lib/cc/data.h
View file @
145c302c
...
@@ -691,18 +691,18 @@ public:
...
@@ -691,18 +691,18 @@ public:
bool
isNull
(
ConstElementPtr
p
);
bool
isNull
(
ConstElementPtr
p
);
///
///
/// \brief Remove all values from the first ElementPtr that are
/// \brief Remove all values from the first ElementPtr that are equal
/// equal in the second. Both ElementPtrs MUST be MapElements
/// in the second. Both ElementPtrs MUST be MapElements The use for
/// The use for this function is to end up with a MapElement that
/// this function is to end up with a MapElement that only contains
/// only contains new and changed values (for ModuleCCSession and
/// new and changed values (for configuration update handlers)
/// configuration update handlers)
/// Raises a TypeError if a or b are not MapElements
/// Raises a TypeError if a or b are not MapElements
void
removeIdentical
(
ElementPtr
a
,
ConstElementPtr
b
);
void
removeIdentical
(
ElementPtr
a
,
ConstElementPtr
b
);
/// \brief Create a new ElementPtr from the first ElementPtr, removing all
/// \brief Create a new ElementPtr from the first ElementPtr, removing
/// values that are equal in the second. Both ElementPtrs MUST be MapElements.
/// all values that are equal in the second. Both ElementPtrs MUST be
/// The returned ElementPtr will be a MapElement that only contains new and
/// MapElements. The returned ElementPtr will be a MapElement that
/// changed values (for ModuleCCSession and configuration update handlers).
/// only contains new and changed values (for configuration update
/// handlers).
/// Raises a TypeError if a or b are not MapElements
/// Raises a TypeError if a or b are not MapElements
ConstElementPtr
removeIdentical
(
ConstElementPtr
a
,
ConstElementPtr
b
);
ConstElementPtr
removeIdentical
(
ConstElementPtr
a
,
ConstElementPtr
b
);
...
...
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