summaryrefslogtreecommitdiff
path: root/src/lib/cinema_kdms.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-07 23:31:07 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:45:00 +0100
commit2852855f19fadb6d7e43282e545a0bcaedc1a3f7 (patch)
tree91618c9da669ad68733e8b12c8fcf555a3e848c3 /src/lib/cinema_kdms.h
parentfa8bdd16e1b3742e921b928708614613b6a21036 (diff)
Tweak naming of KDM emails and attachments.
Diffstat (limited to 'src/lib/cinema_kdms.h')
-rw-r--r--src/lib/cinema_kdms.h6
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,