X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fupload_job.h;h=a3da164bf56f8ea6990af4204f4c357332123e32;hb=809bcfd85fad2ef7d4131c054be4cccd5bcc9d05;hp=407094ab839851fb1b49f0b3801bb4a5530a949c;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/lib/upload_job.h b/src/lib/upload_job.h index 407094ab8..a3da164bf 100644 --- a/src/lib/upload_job.h +++ b/src/lib/upload_job.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,21 +18,25 @@ */ + /** @file src/upload_job.h * @brief A job to copy DCPs to a server using libcurl. */ + #include "job.h" + class UploadJob : public Job { public: - explicit UploadJob (boost::shared_ptr); + explicit UploadJob (std::shared_ptr); + ~UploadJob (); - std::string name () const; - std::string json_name () const; - void run (); - std::string status () const; + std::string name () const override; + std::string json_name () const override; + void run () override; + std::string status () const override; private: void set_status (std::string);