]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
implement external solver calling for upgrade and dist-upgrade, too
[apt.git] / apt-pkg / deb / debindexfile.h
index b5085992dacd83492b0342fc1027a9a145058a96..6697c5f26dafb31f7e74aa5f408efa77049cae5d 100644 (file)
@@ -22,8 +22,9 @@
 
 class debStatusIndex : public pkgIndexFile
 {
+   protected:
    string File;
-   
+
    public:
 
    virtual const Type *GetType() const;
@@ -36,6 +37,7 @@ class debStatusIndex : public pkgIndexFile
    virtual bool HasPackages() const {return true;};
    virtual unsigned long Size() const;
    virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;
+   bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog, unsigned long const Flag) const;
    virtual pkgCache::PkgFileIterator FindInCache(pkgCache &Cache) const;
 
    debStatusIndex(string File);