X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/89d88ac3ef3f82fdfeac6d8d231deddeeb0f02e9..b44c21bd31eb1b150bef21431ca881b1ab497559:/apt-pkg/edsp/edspindexfile.h diff --git a/apt-pkg/edsp/edspindexfile.h b/apt-pkg/edsp/edspindexfile.h index 9670c4837..0f63b7b2a 100644 --- a/apt-pkg/edsp/edspindexfile.h +++ b/apt-pkg/edsp/edspindexfile.h @@ -9,19 +9,28 @@ #define PKGLIB_EDSPINDEXFILE_H #include +#include -class edspIndex : public debStatusIndex +#ifndef APT_8_CLEANER_HEADERS +#include +#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; edspIndex(std::string File); + virtual ~edspIndex(); }; #endif