Merge master.
[dcpomatic.git] / src / lib / kdm.h
index c4fd43d49bfc315e623c1bf005070e61e2031778..023107a826875f169c4e1c780ee9666ba366eefc 100644 (file)
@@ -26,26 +26,26 @@ class Film;
 extern void write_kdm_files (
        boost::shared_ptr<const Film> film,
        std::list<boost::shared_ptr<Screen> > 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<const Film> film,
        std::list<boost::shared_ptr<Screen> > 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<const Film> film,
        std::list<boost::shared_ptr<Screen> > 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
        );