diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-03 10:50:25 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-03 10:50:25 +0200 |
commit | 741b7da9de1d2ab470728f1e7f38b25e0d6a556c (patch) | |
tree | 9f666192b31c43e9cd29df0bb326a4a7930faf16 /apt-pkg/algorithms.h | |
parent | 80699703b6015a8fe7707302f365020f9782cf2c (diff) |
implement external solver calling for upgrade and dist-upgrade, too
Diffstat (limited to 'apt-pkg/algorithms.h')
-rw-r--r-- | apt-pkg/algorithms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index 0778ec722..582cbc527 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -107,6 +107,7 @@ class pkgProblemResolver /*{{{*/ bool DoUpgrade(pkgCache::PkgIterator Pkg); bool ResolveInternal(bool const BrokenFix = false); + bool ResolveByKeepInternal(); public: |