]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.h
apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header
[apt.git] / apt-pkg / clean.h
index 43164e250ba809516805e06d942fdef02885a289..1ebf68dc94d91fab50a46d3f43457daa45e9735d 100644 (file)
 #ifndef APTPKG_CLEAN_H
 #define APTPKG_CLEAN_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/clean.h"
-#endif 
 
 #include <apt-pkg/pkgcache.h>
 
 class pkgArchiveCleaner
 {
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
+
    protected:
    
    virtual void Erase(const char * /*File*/,string /*Pkg*/,string /*Ver*/,struct stat & /*St*/) {};