Rename KDMNameFormat.
[dcpomatic.git] / src / lib / cinema_kdms.h
index a9ab4867ed9b203a6c95d47c6f48e5843cae4d17..826b938066f1c13aa98f8aca3b7bb9542e15116c 100644 (file)
@@ -27,21 +27,21 @@ class Log;
 class CinemaKDMs
 {
 public:
-       void make_zip_file (boost::filesystem::path zip_file, KDMNameFormat name_format, NameFormat::Map name_values) const;
+       void make_zip_file (boost::filesystem::path zip_file, KDMFilenameFormat name_format, dcp::NameFormat::Map name_values) const;
 
        static std::list<CinemaKDMs> collect (std::list<ScreenKDM> kdms);
 
        static void write_zip_files (
                std::list<CinemaKDMs> cinema_kdms,
                boost::filesystem::path directory,
-               KDMNameFormat name_format,
-               NameFormat::Map name_values
+               KDMFilenameFormat name_format,
+               dcp::NameFormat::Map name_values
                );
 
        static void email (
                std::list<CinemaKDMs> cinema_kdms,
-               KDMNameFormat name_format,
-               NameFormat::Map name_values,
+               KDMFilenameFormat name_format,
+               dcp::NameFormat::Map name_values,
                std::string cpl_name,
                boost::shared_ptr<Log> log
                );