X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=fae7648eabfa8910baa7157a695cca1035dba2cc;hb=8d58a7c5f4320ad5c111e336c45e44d6b51ab509;hp=93fd98d8346b3902c63e867eff1dfe5b50de0d39;hpb=5d65df7ebdc96c658a6b7042e639cb395f91bfeb;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 93fd98d83..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, boost::shared_ptr); +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);