]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspindexfile.h
populate the Architecture field for PackageFiles
[apt.git] / apt-pkg / edsp / edspindexfile.h
index 9670c4837d6c540bff1ef3e85c820ccc64b41c80..8c18d8cbdf9ce816f57fba774830febda8a10330 100644 (file)
@@ -9,15 +9,23 @@
 #define PKGLIB_EDSPINDEXFILE_H
 
 #include <apt-pkg/debindexfile.h>
+#include <string>
 
-class edspIndex : public debStatusIndex
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/indexfile.h>
+#endif
+
+class OpProgress;
+class pkgCacheGenerator;
+
+class APT_HIDDEN edspIndex : public debStatusIndex
 {
    /** \brief dpointer placeholder (for later in case we need it) */
    void *d;
 
    public:
 
-   virtual const Type *GetType() const;
+   virtual const Type *GetType() const APT_CONST;
 
    virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;