]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.h
merged from apt--mvo
[apt.git] / methods / mirror.h
index 798f5a9b5fd425b0d9d2cebe556cc7d9abe712b2..ed817806bd70b0a57b583a7074c91f737a69f842 100644 (file)
@@ -26,13 +26,14 @@ class MirrorMethod : public HttpMethod
    // we simply transform between BaseUri and Mirror
    string BaseUri;    // the original mirror://... url
    string Mirror;     // the selected mirror uri (http://...)
-   string MirrorFile; // 
-   bool HasMirrorFile;
+   string MirrorFile; // the file that contains the list of mirrors
+   bool DownloadedMirrorFile; // already downloaded this session
 
    bool Debug;
 
  protected:
-   bool GetMirrorFile(string uri);
+   bool DownloadMirrorFile(string uri);
+   string GetMirrorFileName(string uri);
    bool SelectMirror();
    bool Clean(string dir);