]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
* try harder to get the correct language code
[apt.git] / apt-pkg / deb / debindexfile.h
index 7bd7ea4f36ae178802f73be21db0f717802f9a18..02c776882f1159a61bf4ac43d0126d4477cbe35f 100644 (file)
@@ -96,9 +96,10 @@ class debTranslationsIndex : public pkgIndexFile
    
    // Interface for the Cache Generator
    virtual bool Exists() const;
-   virtual bool HasPackages() const {return true;};
+   virtual bool HasPackages() const { return UseTranslation();};
    virtual unsigned long Size() const;
    virtual bool Merge(pkgCacheGenerator &Gen,OpProgress &Prog) const;
+   virtual pkgCache::PkgFileIterator FindInCache(pkgCache &Cache) const;
 
    debTranslationsIndex(string URI,string Dist,string Section);
 };