X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=7da5435d5f531c2ff4ebba39615c25c167a13ad2;hp=f712d9364a1f3bed8666b941b8da19fd07e49cf4;hb=2d4e8c5f69cc694625ad95dcee554499605f823b;hpb=a60b5f373fbc6a014a04ea40b8fd65eb75e09e0e diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index f712d9364..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::shared_ptr, boost::filesystem::path); + +extern std::shared_ptr content_factory (cxml::ConstNodePtr, int, std::list &); +extern std::list> content_factory (boost::filesystem::path);