]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
Add one translatable string and a newline. Closes: #394722
[apt.git] / apt-pkg / acquire.h
index 3e338b220869b9a4ed487d7563efc766671bce29..1d5daf12e5b56afc61051251eda3d0f4215b5a07 100644 (file)
@@ -100,8 +100,7 @@ class pkgAcquire
 
    enum RunResult {Continue,Failed,Cancelled};
 
-   RunResult Run() { return Run(500000); }; // Binary compatibility
-   RunResult Run(int PulseIntervall);
+   RunResult Run(int PulseIntervall=500000);
    void Shutdown();
    
    // Simple iteration mechanism
@@ -174,7 +173,7 @@ class pkgAcquire::Queue
    public:
    
    // Put an item into this queue
-   void Enqueue(ItemDesc &Item);
+   bool Enqueue(ItemDesc &Item);
    bool Dequeue(Item *Owner);
 
    // Find a Queued item