summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-26 20:33:19 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-26 20:33:19 +0100
commitd87f979ea98a19614f164a0d49fccc1be926e789 (patch)
tree5558493eb6c717f59c587e01a3041d122eb346f4 /src/encrypted_kdm.h
parentecd8cbc534e82d0644d15fa483c2b6bf54876276 (diff)
Forward-port KDM formulation from v0.
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index 41231c2e..0d459d5a 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -25,6 +25,7 @@
#define LIBDCP_ENCRYPTED_KDM_H
#include "local_time.h"
+#include "types.h"
#include <boost/filesystem.hpp>
#include <boost/date_time/local_time/local_time.hpp>
@@ -85,8 +86,9 @@ private:
std::string device_list_description,
std::string cpl_id,
std::string cpl_content_title_text,
- LocalTime _not_valid_before,
- LocalTime _not_valid_after,
+ LocalTime not_valid_before,
+ LocalTime not_valid_after,
+ Formulation formulation,
std::list<std::pair<std::string, std::string> > key_ids,
std::list<std::string> keys
);