diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-16 22:52:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-16 22:52:55 +0100 |
| commit | e45fe284b7c334d64c2fe105c0564c5015d3747f (patch) | |
| tree | f98907d190b9d79376f7dc7a601e22c13c42b614 /src/lib/kdm.h | |
| parent | 4ed8eafd541c2c5867795db56c440e444cc0aeff (diff) | |
Allow specification of DCP to build KDMs for (#235).
Diffstat (limited to 'src/lib/kdm.h')
| -rw-r--r-- | src/lib/kdm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/kdm.h b/src/lib/kdm.h index f79656b93..5701a8bf8 100644 --- a/src/lib/kdm.h +++ b/src/lib/kdm.h @@ -26,6 +26,7 @@ class Film; extern void write_kdm_files ( boost::shared_ptr<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 directory @@ -34,6 +35,7 @@ extern void write_kdm_files ( extern void write_kdm_zip_files ( boost::shared_ptr<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 directory @@ -42,6 +44,7 @@ extern void write_kdm_zip_files ( extern void email_kdms ( boost::shared_ptr<Film> film, std::list<boost::shared_ptr<Screen> > screens, + boost::filesystem::path dcp, boost::posix_time::ptime from, boost::posix_time::ptime to ); |
