]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
eipp: properly handle arch-specific provides
[apt.git] / methods / http.h
index e06a046ef688c6cbc24b31bcf8a8e11dc3e2b8aa..5567de715d1abc17d75fac06736679dfeb43444a 100644 (file)
@@ -12,7 +12,6 @@
 #define APT_HTTP_H
 
 #include <apt-pkg/strutl.h>
-#include <apt-pkg/acquire-method.h>
 
 #include <string>
 #include <sys/time.h>
@@ -87,7 +86,7 @@ class CircleBuf
    // Dump everything
    void Stats();
 
-   CircleBuf(unsigned long long Size);
+   explicit CircleBuf(unsigned long long Size);
    ~CircleBuf();
 };
 
@@ -137,7 +136,7 @@ class HttpMethod : public ServerMethod
    public:
    friend struct HttpServerState;
 
-   HttpMethod() : ServerMethod("1.2",Pipeline | SendConfig)
+   HttpMethod() : ServerMethod("http", "1.2",Pipeline | SendConfig)
    {
       File = 0;
       Server = 0;