From 452144160eb864984121d3fa883a12d40fbf7e47 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Sep 2013 13:49:37 +0100 Subject: Rename Encryption -> Signer; move some methods into it. --- src/dcp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 7da08eff..8b7b19c1 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -47,7 +47,7 @@ class SubtitleAsset; class Reel; class CPL; class XMLMetadata; -class Encryption; +class Signer; class KDM; namespace parse { @@ -83,7 +83,7 @@ public: /** Write the required XML files to the directory that was * passed into the constructor. */ - void write_xml (bool interop, XMLMetadata const &, boost::shared_ptr crypt = boost::shared_ptr ()) const; + void write_xml (bool interop, XMLMetadata const &, boost::shared_ptr signer = boost::shared_ptr ()) const; /** Compare this DCP with another, according to various options. * @param other DCP to compare this one to. @@ -126,7 +126,7 @@ private: /** Write the PKL file. * @param pkl_uuid UUID to use. */ - std::string write_pkl (std::string pkl_uuid, bool, XMLMetadata const &, boost::shared_ptr) const; + std::string write_pkl (std::string pkl_uuid, bool, XMLMetadata const &, boost::shared_ptr) const; /** Write the VOLINDEX file */ void write_volindex () const; -- cgit v1.2.3