]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
add new ClearAll
[apt.git] / apt-pkg / contrib / configuration.h
index f6f2a3c1d7e5a46c19b90b23e1c141c40903874e..181ef696b840dc275bc34004bec03bd4e3afa262 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 ClearAll();
 
    // 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);