#ifndef PKGLIB_FILELIST_H
#define PKGLIB_FILELIST_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/filelist.h"
-#endif
-
#include <apt-pkg/mmap.h>
+#include <cstring>
+#include <string>
+
class pkgFLCache
{
public:
class DiverIterator;
protected:
- string CacheFile;
+ std::string CacheFile;
DynamicMMap ⤅
map_ptrloc LastTreeLookup;
unsigned long LastLookupSize;