]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
rename CleaAll() -> Clear()
[apt.git] / apt-pkg / contrib / configuration.h
index f6f2a3c1d7e5a46c19b90b23e1c141c40903874e..d9c6a30b532b1298bc4ff1b76fc943885e59e9ec 100644 (file)
 #include <vector>
 #include <iostream>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+#endif
+
 class Configuration
 {
    public:
@@ -90,6 +94,7 @@ class Configuration
 
    // clear a whole tree
    void Clear(const std::string &Name);
+   void Clear();
 
    // remove a certain value from a list (e.g. the list of "APT::Keep-Fds")
    void Clear(std::string const &List, std::string const &Value);