Basic template support (#485).
[dcpomatic.git] / src / lib / dcp_content.h
index f3a8236a2d4c0c77194640d4ec463c67a9bb2bc1..11096037c19eb651246b19ff91045b142a2308b7 100644 (file)
@@ -62,8 +62,9 @@ public:
        void examine (boost::shared_ptr<Job>);
        std::string summary () const;
        std::string technical_summary () const;
-       void as_xml (xmlpp::Node *) const;
+       void as_xml (xmlpp::Node *, bool with_paths) const;
        std::string identifier () const;
+       void use_template (boost::shared_ptr<const Content> c);
 
        void set_default_colour_conversion ();
        std::list<DCPTime> reel_split_points () const;