]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
improve https method queue progress reporting
[apt.git] / methods / https.h
index 433a84680f4326e7db9433f770b0ae51ad185632..4cc48fc34b7ecdc595e4fd9da1b5c3f560019e04 100644 (file)
@@ -65,7 +65,6 @@ class HttpsMethod : public ServerMethod
                                 double ultotal, double ulnow);
    void SetupProxy();
    CURL *curl;
-   FetchResult Res;
    ServerState *Server;
 
    // Used by ServerMethods unused by https
@@ -77,6 +76,7 @@ class HttpsMethod : public ServerMethod
 
    virtual bool Configuration(std::string Message);
    virtual ServerState * CreateServerState(URI uri);
+   using pkgAcqMethod::FetchResult;
 
    HttpsMethod() : ServerMethod("1.2",Pipeline | SendConfig), File(NULL)
    {