#ifndef PKGLIB_FILELIST_H
#define PKGLIB_FILELIST_H
-
-
#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;