X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=fae7648eabfa8910baa7157a695cca1035dba2cc;hb=769c71b5c3e050ccfc1c13771d24328fbf76a495;hp=d2f75051a2bd0ef2ff47a32c959adc500da93695;hpb=d324fc102df00d6dc62614938f78cf983a101dd4;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index d2f75051a..fae7648ea 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,11 @@ */ +/** @file src/lib/content_factory.h + * @brief Methods to create content objects. + */ + class Film; -extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::NodePtr); +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);