summaryrefslogtreecommitdiff
path: root/src/lib/cinema_kdms.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-29 16:29:34 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-29 16:29:34 +0100
commitf4964573a60155545e02cbbebc47199f7480cf14 (patch)
tree6fd65f01a844fdd839722bc5957425293b5ed29a /src/lib/cinema_kdms.cc
parentfbe2784c136fa1550815babfce89589f66b35a29 (diff)
Rename KDMNameFormat.
Diffstat (limited to 'src/lib/cinema_kdms.cc')
-rw-r--r--src/lib/cinema_kdms.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/cinema_kdms.cc b/src/lib/cinema_kdms.cc
index c50578734..78e7c5ace 100644
--- a/src/lib/cinema_kdms.cc
+++ b/src/lib/cinema_kdms.cc
@@ -27,7 +27,7 @@
#include "emailer.h"
#include "compose.hpp"
#include "log.h"
-#include "kdm_name_format.h"
+#include "kdm_filename_format.h"
#include <zip.h>
#include <boost/foreach.hpp>
@@ -40,7 +40,7 @@ using std::runtime_error;
using boost::shared_ptr;
void
-CinemaKDMs::make_zip_file (boost::filesystem::path zip_file, KDMNameFormat name_format, dcp::NameFormat::Map name_values) const
+CinemaKDMs::make_zip_file (boost::filesystem::path zip_file, KDMFilenameFormat name_format, dcp::NameFormat::Map name_values) const
{
int error;
struct zip* zip = zip_open (zip_file.string().c_str(), ZIP_CREATE | ZIP_EXCL, &error);
@@ -119,7 +119,7 @@ void
CinemaKDMs::write_zip_files (
list<CinemaKDMs> cinema_kdms,
boost::filesystem::path directory,
- KDMNameFormat name_format,
+ KDMFilenameFormat name_format,
dcp::NameFormat::Map name_values
)
{
@@ -140,7 +140,7 @@ CinemaKDMs::write_zip_files (
void
CinemaKDMs::email (
list<CinemaKDMs> cinema_kdms,
- KDMNameFormat name_format,
+ KDMFilenameFormat name_format,
dcp::NameFormat::Map name_values,
string cpl_name,
shared_ptr<Log> log