]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsystem.h
show item ID in Hit, Ign and Err lines as well
[apt.git] / apt-pkg / deb / debsystem.h
index 7c53e18296fa8c0470c134b8aedc1bbe073c7637..226cd60bfd91147a9d86c44e4d8277b1171bfcbb 100644 (file)
 #define PKGLIB_DEBSYSTEM_H
 
 #include <apt-pkg/pkgsystem.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 
+#include <vector>
+class Configuration;
+class pkgIndexFile;
+class pkgPackageManager;
 class debSystemPrivate;
+class pkgDepCache;
 
+#ifndef APT_10_CLEANER_HEADERS
 class debStatusIndex;
+#endif
+
 class debSystem : public pkgSystem
 {
    // private d-pointer
    debSystemPrivate *d;
-   bool CheckUpdates();
+   APT_HIDDEN bool CheckUpdates();
 
    public:
 
@@ -34,7 +44,7 @@ class debSystem : public pkgSystem
                          pkgIndexFile *&Found) const;
 
    debSystem();
-   ~debSystem();
+   virtual ~debSystem();
 };
 
 extern debSystem debSys;