Subversion Repositories tpanel

Rev

Rev 120 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 120 Rev 137
Line 48... Line 48...
48
        static void regCallbackProgress(std::function<int (off64_t xfered)> progress) { _progress = progress; }
48
        static void regCallbackProgress(std::function<int (off64_t xfered)> progress) { _progress = progress; }
49
 
49
 
50
    private:
50
    private:
51
        ftplib *mFtpLib{nullptr};
51
        ftplib *mFtpLib{nullptr};
52
        static std::function<int (off64_t xfered)> _progress;
52
        static std::function<int (off64_t xfered)> _progress;
-
 
53
        void logging(int level, const std::string& msg);
53
};
54
};
54
 
55
 
55
#endif
56
#endif