diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-01 15:05:43 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-01 15:05:43 +0200 |
commit | 62b66f2593293aea5b42185fd2a2eb9d6e4d0cf2 (patch) | |
tree | f34e2b721df5732daddf41aa98eb3463fad1256e /apt-pkg/contrib/configuration.cc | |
parent | d016834e39f668449385b1668240bdf905d62ade (diff) |
rename CleaAll() -> Clear()
Diffstat (limited to 'apt-pkg/contrib/configuration.cc')
-rw-r--r-- | apt-pkg/contrib/configuration.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/contrib/configuration.cc b/apt-pkg/contrib/configuration.cc index 43533e5bb..95c7cb96e 100644 --- a/apt-pkg/contrib/configuration.cc +++ b/apt-pkg/contrib/configuration.cc @@ -405,8 +405,9 @@ void Configuration::Clear(string const &Name, string const &Value) } /*}}}*/ -// Configuration::ClearAll - Clear everything /*{{{*/ -void Configuration::ClearAll() +// Configuration::Clear - Clear everything /*{{{*/ +// --------------------------------------------------------------------- +void Configuration::Clear() { const Configuration::Item *Top = Tree(0); while( Top != 0 ) |