]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
sync with mvo
[apt.git] / apt-pkg / algorithms.h
index 174a7f58d18aea15aa0c36bf2fde93c243a3de8a..b72874d8e216687c4edfd0474008f730b71b7b16 100644 (file)
@@ -30,9 +30,6 @@
 #ifndef PKGLIB_ALGORITHMS_H
 #define PKGLIB_ALGORITHMS_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/algorithms.h"
-#endif 
 
 #include <apt-pkg/packagemanager.h>
 #include <apt-pkg/depcache.h>
@@ -118,7 +115,8 @@ class pkgProblemResolver
    
    // Try to resolve problems only by using keep
    bool ResolveByKeep();
-   
+
+   // Install all protected packages   
    void InstallProtect();   
    
    pkgProblemResolver(pkgDepCache *Cache);