summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
commit7702e5d643440e75369078863b34f8a574ee4143 (patch)
treee01edc51718fd6c475b449748ff7fa6e5c526bc9 /src/cpl.h
parentc91aa27e13703874c944fed763b5b039ceae71d2 (diff)
Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 8458a028..3bff4c4e 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -28,7 +28,6 @@
#include <libxml++/libxml++.h>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
-#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/optional.hpp>
#include <boost/filesystem.hpp>
#include <list>
@@ -40,7 +39,7 @@ class Reel;
class XMLMetadata;
class MXFMetadata;
class Signer;
-class KDM;
+class DecryptedKDM;
/** @class CPL
* @brief A Composition Playlist.
@@ -58,7 +57,7 @@ public:
) const;
void add (boost::shared_ptr<Reel> reel);
- void add (KDM const &);
+ void add (DecryptedKDM const &);
/** @return contents of the &lt;AnnotationText&gt; node */
std::string annotation_text () const {