X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=7da5435d5f531c2ff4ebba39615c25c167a13ad2;hb=0330b684fe616b465e65b67f7d995e659fa83fca;hp=af77d93581e67a936982c286bd8d505e0ab5a508;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index af77d9358..7da5435d5 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,18 @@ */ + /** @file src/lib/content_factory.h * @brief Methods to create content objects. */ + #include -#include + class Film; class Content; -extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::ConstNodePtr, int, std::list &); -extern std::list > content_factory (boost::filesystem::path); + +extern std::shared_ptr content_factory (cxml::ConstNodePtr, int, std::list &); +extern std::list> content_factory (boost::filesystem::path);