]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.h
rewrite the pseudo package reinstaller to be more intelligent
[apt.git] / apt-pkg / pkgcachegen.h
index 53f09b99123adf76f78e4dbd84ae5c832b7ccd50..46d0cd893ef9e25fe343105b87dc6c9a23d78fbc 100644 (file)
@@ -104,14 +104,15 @@ class pkgCacheGenerator::ListParser
    bool NewDepends(pkgCache::VerIterator Ver,const string &Package, const string &Arch,
                   const string &Version,unsigned int Op,
                   unsigned int Type);
-   bool NewProvides(pkgCache::VerIterator Ver,const string &Package,
-                   const string &Version);
+   bool NewProvides(pkgCache::VerIterator Ver,const string &PkgName,
+                   const string &PkgArch, const string &Version);
    
    public:
    
    // These all operate against the current section
    virtual string Package() = 0;
    virtual string Architecture() = 0;
+   virtual bool ArchitectureAll() = 0;
    virtual string Version() = 0;
    virtual bool NewVersion(pkgCache::VerIterator Ver) = 0;
    virtual string Description() = 0;