]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
[apt.git] / apt-pkg / algorithms.h
index 050934badcae91779107a61de54ae2c05cda20e9..86d5fbd5309d28439680524258fb0167b52aaf56 100644 (file)
@@ -112,6 +112,9 @@ class pkgProblemResolver                                            /*{{{*/
    bool ResolveInternal(bool const BrokenFix = false);
    bool ResolveByKeepInternal();
    
+   protected:
+   bool InstOrNewPolicyBroken(pkgCache::PkgIterator Pkg);
+
    public:
    
    inline void Protect(pkgCache::PkgIterator Pkg) {Flags[Pkg->ID] |= Protected; Cache.MarkProtected(Pkg);};