]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspindexfile.h
Introduce tolower_ascii_unsafe() and use it for hashing
[apt.git] / apt-pkg / edsp / edspindexfile.h
index 26bd1232b7d8a575b5ba1e0d221d4164225798d4..e146ca80c75122e2a1a16eb90481367a257726f6 100644 (file)
@@ -46,4 +46,17 @@ public:
    virtual ~edspIndex();
 };
 
+class APT_HIDDEN eippIndex : public edspLikeIndex
+{
+protected:
+   APT_HIDDEN virtual pkgCacheListParser * CreateListParser(FileFd &Pkg) APT_OVERRIDE;
+   virtual std::string GetComponent() const APT_OVERRIDE;
+
+public:
+   virtual const Type *GetType() const APT_OVERRIDE APT_CONST;
+
+   eippIndex(std::string const &File);
+   virtual ~eippIndex();
+};
+
 #endif