Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index f4d154a9183b227dc897c97c5660f9f04aef3114..8d9f9b008f721d2413e1b28930bda0eb47e89a0b 100644 (file)
@@ -17,8 +17,9 @@
 
 */
 
-#include <boost/filesystem.hpp>
 #include "job.h"
+#include <dcp/types.h>
+#include <boost/filesystem.hpp>
 
 class Screen;
 
@@ -30,11 +31,11 @@ public:
                std::list<boost::shared_ptr<Screen> >,
                boost::filesystem::path,
                boost::posix_time::ptime,
-               boost::posix_time::ptime
+               boost::posix_time::ptime,
+               dcp::Formulation
                );
 
        std::string name () const;
-       std::string json_name () const;
        void run ();
 
 private:
@@ -42,4 +43,5 @@ private:
        boost::filesystem::path _dcp;
        boost::posix_time::ptime _from;
        boost::posix_time::ptime _to;
+       dcp::Formulation _formulation;
 };