X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=6b47492c41346aae05165a6870dbfbaca018d10f;hb=3d2fdefdb1bcf0a2baf2285246ed413654bf1f9d;hp=071d925e034bbc19309671ede4c07dcd8014dcf0;hpb=bdbb254c18b100f8fa66a3707f6b515309d05685;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 071d925e0..6b47492c4 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,15 @@ */ +/** @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::NodePtr, int); +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);