diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 23:31:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:00 +0100 |
| commit | 2852855f19fadb6d7e43282e545a0bcaedc1a3f7 (patch) | |
| tree | 91618c9da669ad68733e8b12c8fcf555a3e848c3 /src/lib/cinema_kdms.h | |
| parent | fa8bdd16e1b3742e921b928708614613b6a21036 (diff) | |
Tweak naming of KDM emails and attachments.
Diffstat (limited to 'src/lib/cinema_kdms.h')
| -rw-r--r-- | src/lib/cinema_kdms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/cinema_kdms.h b/src/lib/cinema_kdms.h index ecff32ff4..49f29cc42 100644 --- a/src/lib/cinema_kdms.h +++ b/src/lib/cinema_kdms.h @@ -25,12 +25,12 @@ class Job; class CinemaKDMs { public: - void make_zip_file (std::string name_first_part, boost::filesystem::path zip_file) const; + void make_zip_file (std::string film_name, boost::filesystem::path zip_file) const; static std::list<CinemaKDMs> collect (std::list<ScreenKDM> kdms); - static void write_zip_files (std::string filename_first_part, std::list<CinemaKDMs> cinema_kdms, boost::filesystem::path directory); + static void write_zip_files (std::string film_name, std::list<CinemaKDMs> cinema_kdms, boost::filesystem::path directory); static void email ( - std::string filename_first_part, + std::string film_name, std::string cpl_name, std::list<CinemaKDMs> cinema_kdms, dcp::LocalTime from, |
