]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.h
doesn't execute autoremove marker setting if an external solver is called
[apt.git] / methods / mirror.h
index 1b506dc871c64705c5be8bcf5a825a2f0fcf9195..bd807e1227c0f84b4bf92bf24753337541f2d88b 100644 (file)
@@ -34,9 +34,11 @@ class MirrorMethod : public HttpMethod
 
  protected:
    bool DownloadMirrorFile(string uri);
+   bool RandomizeMirrorFile(string file);
    string GetMirrorFileName(string uri);
    bool InitMirrors();
-   bool SelectNextMirror();
+   bool TryNextMirror();
+   void CurrentQueueUriToMirror();
    bool Clean(string dir);
    
    // we need to overwrite those to transform the url back