X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fkdm.h;h=023107a826875f169c4e1c780ee9666ba366eefc;hb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;hp=c4fd43d49bfc315e623c1bf005070e61e2031778;hpb=320c9b6d68d111bc0768e210cc8c7ae9d0d7c22e;p=dcpomatic.git diff --git a/src/lib/kdm.h b/src/lib/kdm.h index c4fd43d49..023107a82 100644 --- a/src/lib/kdm.h +++ b/src/lib/kdm.h @@ -26,26 +26,26 @@ class Film; extern void write_kdm_files ( 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, 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, 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 );