diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-30 02:10:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-30 02:10:09 +0100 |
| commit | 57b862d997857868d0c3c91a9776f854b62c6b56 (patch) | |
| tree | ed3bf26ba60645094853d05918bc22750bb356f7 /src/cpl.h | |
| parent | d69d2d2d32b6f874cc13ecec1ce705d44a1feb24 (diff) | |
Merge Signer into CertificateChain.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ class ReelAsset; class Reel; class XMLMetadata; class MXFMetadata; -class Signer; +class CertificateChain; class DecryptedKDM; /** @class CPL @@ -108,7 +108,7 @@ public: void write_xml ( boost::filesystem::path file, Standard standard, - boost::shared_ptr<const Signer> + boost::shared_ptr<const CertificateChain> ) const; void resolve_refs (std::list<boost::shared_ptr<Object> >); |
