Split test file up a bit.
[libdcp.git] / src / cpl.h
index f9814337d7f6948b8711224ebf0ad66edd7c75c2..3f4835047205e6951c18cef4d66a2839da622dfe 100644 (file)
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -34,7 +34,8 @@ namespace parse {
 class Asset;
 class Reel;
 class XMLMetadata;
-       class Encryption;
+class MXFMetadata;
+class Encryption;
        
 /** @brief A CPL within a DCP */
 class CPL
@@ -86,7 +87,9 @@ public:
                std::string const &,
                boost::shared_ptr<const Certificate>,
                boost::posix_time::ptime from,
-               boost::posix_time::ptime until
+               boost::posix_time::ptime until,
+               MXFMetadata const &,
+               XMLMetadata const &
                ) const;
        
 private: