X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fkdm.h;h=c6962c196859697941782566c89b1ad88bdb81c2;hb=b85420b326b74c7c8125bf599993d71460ad881e;hp=8aacd7b720fe8bfce57c7f75b493d8fb28f17a39;hpb=93439dbc6d93dafd88e80d51d6473c8d97aa02c7;p=dcpomatic.git diff --git a/src/lib/kdm.h b/src/lib/kdm.h index 8aacd7b72..c6962c196 100644 --- a/src/lib/kdm.h +++ b/src/lib/kdm.h @@ -17,7 +17,8 @@ */ -#include +#include +#include #include class Screen; @@ -27,8 +28,9 @@ extern void write_kdm_files ( boost::shared_ptr film, std::list > screens, boost::filesystem::path cpl, - boost::posix_time::ptime from, - boost::posix_time::ptime to, + dcp::LocalTime from, + dcp::LocalTime to, + dcp::Formulation formulation, boost::filesystem::path directory ); @@ -36,8 +38,9 @@ extern void write_kdm_zip_files ( boost::shared_ptr film, std::list > screens, boost::filesystem::path cpl, - boost::posix_time::ptime from, - boost::posix_time::ptime to, + dcp::LocalTime from, + dcp::LocalTime to, + dcp::Formulation formulation, boost::filesystem::path directory ); @@ -45,7 +48,7 @@ extern void email_kdms ( boost::shared_ptr film, std::list > screens, boost::filesystem::path cpl, - boost::posix_time::ptime from, - boost::posix_time::ptime to + dcp::LocalTime from, + dcp::LocalTime to, + dcp::Formulation formulation ); -