]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
merged from donkult
[apt.git] / apt-pkg / algorithms.h
index 0778ec72260b0b7047ffd3752a1700297a6a817e..050934badcae91779107a61de54ae2c05cda20e9 100644 (file)
@@ -78,6 +78,9 @@ private:
                                                                        /*}}}*/
 class pkgProblemResolver                                               /*{{{*/
 {
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
+
    pkgDepCache &Cache;
    typedef pkgCache::PkgIterator PkgIterator;
    typedef pkgCache::VerIterator VerIterator;
@@ -107,6 +110,7 @@ class pkgProblemResolver                                            /*{{{*/
    bool DoUpgrade(pkgCache::PkgIterator Pkg);
 
    bool ResolveInternal(bool const BrokenFix = false);
+   bool ResolveByKeepInternal();
    
    public: