]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
* PulseIntervall can be configured now to make frontends like synaptic hayppy. it...
[apt.git] / apt-pkg / acquire.h
index 65c53a953694bb3095484d799f14ad904eef0932..3e338b220869b9a4ed487d7563efc766671bce29 100644 (file)
@@ -100,7 +100,8 @@ class pkgAcquire
 
    enum RunResult {Continue,Failed,Cancelled};
 
-   RunResult Run();
+   RunResult Run() { return Run(500000); }; // Binary compatibility
+   RunResult Run(int PulseIntervall);
    void Shutdown();
    
    // Simple iteration mechanism