diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-05 18:00:00 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-05 18:00:00 +0200 |
commit | 84910ad5090b8cffc81d7942497ca09cc5d93244 (patch) | |
tree | dfd25652364a1b82f1c5ebe9aaab11e9210e655e /apt-pkg/cacheset.h | |
parent | 6ebaae9a5d794ce69d17e419c109fc185925541c (diff) |
support special release-modifier 'installed' and 'candidate'
Diffstat (limited to 'apt-pkg/cacheset.h')
-rw-r--r-- | apt-pkg/cacheset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/cacheset.h b/apt-pkg/cacheset.h index 4f7be4caa..0f3a87a3d 100644 --- a/apt-pkg/cacheset.h +++ b/apt-pkg/cacheset.h @@ -205,6 +205,11 @@ protected: /*{{{*/ static pkgCache::VerIterator getInstalledVer(pkgCacheFile &Cache, pkgCache::PkgIterator const &Pkg, bool const &AllowError = false); + + static bool AddSelectedVersion(pkgCacheFile &Cache, VersionSet &verset, + pkgCache::PkgIterator const &P, VersionSet::Version const &fallback, + bool const &AllowError = false); + /*}}}*/ }; /*}}}*/ } |