]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.h
Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve dependa...
[apt.git] / apt-pkg / packagemanager.h
index e1878ce469c6c755bbb4a0799babe54968c31bbe..96dc5f236cd007dcb521e1258ca968aaea1736b2 100644 (file)
@@ -70,10 +70,10 @@ class pkgPackageManager : protected pkgCache::Namespace
    
    // Install helpers
    bool ConfigureAll();
-   bool SmartConfigure(PkgIterator Pkg);
+   bool SmartConfigure(PkgIterator Pkg, int const Depth);
    //FIXME: merge on abi break
    bool SmartUnPack(PkgIterator Pkg);
-   bool SmartUnPack(PkgIterator Pkg, bool const Immediate);
+   bool SmartUnPack(PkgIterator Pkg, bool const Immediate, int const Depth);
    bool SmartRemove(PkgIterator Pkg);
    bool EarlyRemove(PkgIterator Pkg);