#ifndef PKGLIB_PKGRECORDS_H
#define PKGLIB_PKGRECORDS_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/pkgrecords.h"
-#endif
#include <apt-pkg/pkgcache.h>
#include <apt-pkg/fileutl.h>
+#include <vector>
class pkgRecords
{
private:
pkgCache &Cache;
- Parser **Files;
- int PackageFileCount;
-
+ std::vector<Parser *>Files;
+
public:
// Lookup function