]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
merge lp:~mvo/apt/sha512-template to get fixes for the
[apt.git] / apt-pkg / cachefile.h
index c68f06ed89aff3fded670a7f87098455d6ec3aad..d07337d387d216b180fc1798c38961fa2a840e9d 100644 (file)
 
 class pkgCacheFile
 {
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
+
    protected:
    
    MMap *Map;
    pkgCache *Cache;
    pkgDepCache *DCache;
-   pkgPolicy *Policy;
    pkgSourceList *SrcList;
 
    public:
+   pkgPolicy *Policy;
 
    // We look pretty much exactly like a pointer to a dep cache
    inline operator pkgCache &() {return *Cache;};