X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fupload_job.h;h=a3da164bf56f8ea6990af4204f4c357332123e32;hb=1c9a65e90d05f02e1fd4914268435a9c2274459e;hp=4d376851520fa3ab22e5dcfb6cdd1df2d4c5d479;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/upload_job.h b/src/lib/upload_job.h index 4d3768515..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: - 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);