summaryrefslogtreecommitdiff
path: root/methods/mirror.h
diff options
context:
space:
mode:
Diffstat (limited to 'methods/mirror.h')
-rw-r--r--methods/mirror.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/methods/mirror.h b/methods/mirror.h
index 91cf8c64f..a47b8fbf1 100644
--- a/methods/mirror.h
+++ b/methods/mirror.h
@@ -23,6 +23,7 @@ using std::endl;
class MirrorMethod : public HttpMethod
{
FetchResult Res;
+ // we simply transform between BaseUri and Mirror
string BaseUri; // the original mirror://... url
string Mirror; // the selected mirror uri (http://...)
string MirrorFile; //
@@ -33,6 +34,8 @@ class MirrorMethod : public HttpMethod
protected:
bool GetMirrorFile(string uri);
bool SelectMirror();
+
+ // we need to overwrite those to transform the url back
virtual void Fail(string Why, bool Transient = false);
virtual void URIStart(FetchResult &Res);
virtual void URIDone(FetchResult &Res,FetchResult *Alt = 0);