Untested interop DCP/KDM support.
[libdcp.git] / src / cpl.h
index 2b37257df6e393ce0648069ca848e8121f01f580..94ab877af885f46ef57fc445167caaa583316f5b 100644 (file)
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -88,7 +88,7 @@ public:
        
        bool equals (CPL const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const;
        
-       void write_xml (XMLMetadata const &, boost::shared_ptr<Encryption>) const;
+       void write_xml (bool, XMLMetadata const &, boost::shared_ptr<Encryption>) const;
        void write_to_assetmap (xmlpp::Node *) const;
        void write_to_pkl (xmlpp::Node *) const;
 
@@ -98,6 +98,7 @@ public:
                boost::shared_ptr<const Certificate>,
                boost::posix_time::ptime from,
                boost::posix_time::ptime until,
+               bool,
                MXFMetadata const &,
                XMLMetadata const &
                ) const;