]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsystem.h
make all d-pointer * const pointers
[apt.git] / apt-pkg / deb / debsystem.h
index 85512351639ecfaa4c10e50feca364c149416715..e59bbebed8ac7fe9e45382d4c9dd6e0451408f14 100644 (file)
 
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/pkgcache.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 debSystemPrivate;
-class debStatusIndex;
 class pkgDepCache;
 
 class pkgDepCache;
 
+#ifndef APT_10_CLEANER_HEADERS
+class debStatusIndex;
+#endif
+
 class debSystem : public pkgSystem
 {
    // private d-pointer
 class debSystem : public pkgSystem
 {
    // private d-pointer
-   debSystemPrivate *d;
-   bool CheckUpdates();
+   debSystemPrivate * const d;
+   APT_HIDDEN bool CheckUpdates();
 
    public:
 
 
    public: