diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:04:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:04:11 +0100 |
| commit | fa507ea166b8339bcf029ca73a487e7553fb5eb6 (patch) | |
| tree | 529e2de7ccf97527a5f6e6ed3ada0fba99341341 /src/kdm.h | |
| parent | 1bf16b70c531b6b819a8339af395ff2a3c1e8977 (diff) | |
Simplify KDM API slightly.
Diffstat (limited to 'src/kdm.h')
| -rw-r--r-- | src/kdm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
