]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.h
Report non-transient errors as errors, not as warnings
[apt.git] / methods / ftp.h
index 2c4e9f57ad7d0563eccaf32d2c3065ef2898228c..de2c232bd41db0efd18e02c9fa29a0aad7b1f30c 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <apt-pkg/acquire-method.h>
 #include <apt-pkg/strutl.h>
+#include "aptmethod.h"
 
 #include <sys/socket.h>
 #include <sys/types.h>
@@ -67,11 +68,11 @@ class FTPConn
            Hashes &MD5,bool &Missing, unsigned long long MaximumSize,
             pkgAcqMethod *Owner);
    
-   FTPConn(URI Srv);
+   explicit FTPConn(URI Srv);
    ~FTPConn();
 };
 
-class FtpMethod : public pkgAcqMethod
+class FtpMethod : public aptMethod
 {
    virtual bool Fetch(FetchItem *Itm) APT_OVERRIDE;
    virtual bool Configuration(std::string Message) APT_OVERRIDE;