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
963acb30
Commit
963acb30
authored
Mar 15, 2011
by
zhanglikun
Browse files
[trac643] Fix comments problem according jelte's review result.
parent
3692ad59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/nsas/lru_list.h
View file @
963acb30
...
...
@@ -112,8 +112,8 @@ public:
/// \brief Drop All the Elements in the List .
///
/// All the elements will be dropped from the list container, and their
/// drop handler(if there is one) will be called,
left
the size of
list
///
t
o 0.
/// drop handler(if there is one) will be called,
when done,
the size of
/// o
f list will be
0.
virtual
void
clear
();
/// \brief Return Size of the List
...
...
@@ -235,7 +235,7 @@ void LruList<T>::touch(boost::shared_ptr<T>& element) {
}
}
// Clear the list-
left
the size of list
to
0
// Clear the list-
when done,
the size of list
will be
0
.
template
<
typename
T
>
void
LruList
<
T
>::
clear
()
{
// Protect list against concurrent access
...
...
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