]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
* apt-pkg/pkgcache.h:
[apt.git] / apt-pkg / deb / debindexfile.h
index 0f8d4433f25196be4ffd1a046f21a1e61a10c30a..678c22473253f7415709891ef4ce4091f0609dc0 100644 (file)
@@ -24,8 +24,10 @@ class debStatusIndex : public pkgIndexFile
 {
    /** \brief dpointer placeholder (for later in case we need it) */
    void *d;
+
+   protected:
    string File;
-   
+
    public:
 
    virtual const Type *GetType() const;
@@ -38,6 +40,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);