]> 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 ebc7e32bf9fc3c3ddf204b66708363fc152a308b..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),