summaryrefslogtreecommitdiff
path: root/src/kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 20:04:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 20:04:11 +0100
commitfa507ea166b8339bcf029ca73a487e7553fb5eb6 (patch)
tree529e2de7ccf97527a5f6e6ed3ada0fba99341341 /src/kdm.h
parent1bf16b70c531b6b819a8339af395ff2a3c1e8977 (diff)
Simplify KDM API slightly.
Diffstat (limited to 'src/kdm.h')
-rw-r--r--src/kdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdm.h b/src/kdm.h
index 90ed3b9c..cee9db21 100644
--- a/src/kdm.h
+++ b/src/kdm.h
@@ -99,7 +99,7 @@ public:
KDM (
boost::shared_ptr<const CPL> cpl, boost::shared_ptr<const Signer>, boost::shared_ptr<const Certificate> recipient_cert,
boost::posix_time::ptime not_valid_before, boost::posix_time::ptime not_valid_after,
- MXFMetadata mxf_metadata, XMLMetadata xml_metadata
+ std::string annotation_text, std::string issue_date
);
std::list<KDMKey> keys () const {