X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fkdm.h;h=023107a826875f169c4e1c780ee9666ba366eefc;hb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;hp=5701a8bf85a18107126456bc5e284d9aba99482d;hpb=e45fe284b7c334d64c2fe105c0564c5015d3747f;p=dcpomatic.git diff --git a/src/lib/kdm.h b/src/lib/kdm.h index 5701a8bf8..023107a82 100644 --- a/src/lib/kdm.h +++ b/src/lib/kdm.h @@ -24,28 +24,28 @@ class Screen; class Film; extern void write_kdm_files ( - boost::shared_ptr film, + boost::shared_ptr film, std::list > screens, - boost::filesystem::path dcp, - boost::posix_time::ptime from, - boost::posix_time::ptime to, + boost::filesystem::path cpl, + dcp::LocalTime from, + dcp::LocalTime to, boost::filesystem::path directory ); extern void write_kdm_zip_files ( - boost::shared_ptr film, + boost::shared_ptr film, std::list > screens, - boost::filesystem::path dcp, - boost::posix_time::ptime from, - boost::posix_time::ptime to, + boost::filesystem::path cpl, + dcp::LocalTime from, + dcp::LocalTime to, boost::filesystem::path directory ); extern void email_kdms ( - boost::shared_ptr film, + boost::shared_ptr film, std::list > screens, - boost::filesystem::path dcp, - boost::posix_time::ptime from, - boost::posix_time::ptime to + boost::filesystem::path cpl, + dcp::LocalTime from, + dcp::LocalTime to );