- bool DownloadMirrorFile(string uri);
- string GetMirrorFileName(string uri);
- bool SelectMirror();
- bool Clean(string dir);
+ bool DownloadMirrorFile(std::string uri);
+ bool RandomizeMirrorFile(std::string file);
+ std::string GetMirrorFileName(std::string uri);
+ bool InitMirrors();
+ bool TryNextMirror();
+ void CurrentQueueUriToMirror();
+ bool Clean(std::string dir);