]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
test Release file handling with expired keys
[apt.git] / apt-pkg / algorithms.h
index aff8a68f2ce1a2691660bfd35db5bc29b01e795c..7f58c8eedb12ce281d8af8df120eeda3be6d3013 100644 (file)
@@ -36,6 +36,8 @@
 
 #include <iostream>
 
+#include <apt-pkg/macros.h>
+
 #ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/acquire.h>
 using std::ostream;
@@ -132,9 +134,8 @@ class pkgProblemResolver                                            /*{{{*/
    // Try to resolve problems only by using keep
    bool ResolveByKeep();
 
-   // Install all protected packages   
-   void InstallProtect();   
-   
+   __deprecated void InstallProtect();
+
    pkgProblemResolver(pkgDepCache *Cache);
    ~pkgProblemResolver();
 };