X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/80ada697b4aae3d41ba85fa365ee9b8b77387f06..917832191acb189705762e13aab3b7c5e6e26653:/apt-pkg/pkgrecords.h diff --git a/apt-pkg/pkgrecords.h b/apt-pkg/pkgrecords.h index ece91680e..f3bf7b6a1 100644 --- a/apt-pkg/pkgrecords.h +++ b/apt-pkg/pkgrecords.h @@ -17,12 +17,10 @@ #ifndef PKGLIB_PKGRECORDS_H #define PKGLIB_PKGRECORDS_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/pkgrecords.h" -#endif #include #include +#include class pkgRecords { @@ -32,9 +30,8 @@ class pkgRecords private: pkgCache &Cache; - Parser **Files; - int PackageFileCount; - + std::vectorFiles; + public: // Lookup function @@ -60,7 +57,9 @@ class pkgRecords::Parser virtual string FileName() {return string();}; virtual string MD5Hash() {return string();}; virtual string SHA1Hash() {return string();}; + virtual string SHA256Hash() {return string();}; virtual string SourcePkg() {return string();}; + virtual string SourceVer() {return string();}; // These are some general stats about the package virtual string Maintainer() {return string();};