]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
Refactor the cache iterators by using a common base class
[apt.git] / apt-pkg / deb / dpkgpm.h
index 81a888f057a15729fc0e47c832fdd4c1b77eba73..43e5c7d45df21d251923233c2e02e0e68f66d865 100644 (file)
@@ -53,7 +53,7 @@ class pkgDPkgPM : public pkgPackageManager
   
    struct Item
    {
-      enum Ops {Install, Configure, Remove, Purge} Op;
+      enum Ops {Install, Configure, Remove, Purge, ConfigurePending, TriggersPending} Op;
       string File;
       PkgIterator Pkg;
       Item(Ops Op,PkgIterator Pkg,string File = "") : Op(Op),
@@ -64,7 +64,6 @@ class pkgDPkgPM : public pkgPackageManager
    vector<Item> List;
 
    // Helpers
-   bool RunScripts(const char *Cnf);
    bool RunScriptsWithPkgs(const char *Cnf);
    bool SendV2Pkgs(FILE *F);