]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
* Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
[apt.git] / apt-pkg / deb / debindexfile.h
index 7bd7ea4f36ae178802f73be21db0f717802f9a18..b0012c96b94fcf85f9793123f49506eb656de249 100644 (file)
@@ -16,9 +16,7 @@
 #ifndef PKGLIB_DEBINDEXFILE_H
 #define PKGLIB_DEBINDEXFILE_H
 
 #ifndef PKGLIB_DEBINDEXFILE_H
 #define PKGLIB_DEBINDEXFILE_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/debindexfile.h"
-#endif
+
 
 #include <apt-pkg/indexfile.h>
 
 
 #include <apt-pkg/indexfile.h>
 
@@ -96,9 +94,10 @@ class debTranslationsIndex : public pkgIndexFile
    
    // Interface for the Cache Generator
    virtual bool Exists() const;
    
    // Interface for the Cache Generator
    virtual bool Exists() const;
-   virtual bool HasPackages() const {return true;};
+   virtual bool HasPackages() const;
    virtual unsigned long Size() const;
    virtual bool Merge(pkgCacheGenerator &Gen,OpProgress &Prog) const;
    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);
 };
 
    debTranslationsIndex(string URI,string Dist,string Section);
 };