X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=2cef840340ffe10404e6b5c45d875da591c513bd;hb=a31cfda11a8e3260cdf267be056cb9b4f4b158dd;hp=b319febfcbec5cc301a835b69d2a54b8a173d660;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index b319febfc..2cef84034 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,19 @@ */ + /** @file src/lib/content_factory.h * @brief Methods to create content objects. */ + #include -#include +#include + class Film; class Content; -extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::NodePtr, int, std::list &); -extern boost::shared_ptr content_factory (boost::shared_ptr, boost::filesystem::path); + +extern std::shared_ptr content_factory (cxml::ConstNodePtr, int, std::list &); +extern std::vector> content_factory (boost::filesystem::path);