X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=6b47492c41346aae05165a6870dbfbaca018d10f;hb=3d2fdefdb1bcf0a2baf2285246ed413654bf1f9d;hp=27cd36024c9046c6297b7c48c2f5434e12cf5222;hpb=91273da19c689e44f3baa368d4b4efbe75cd8fe5;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 27cd36024..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,6 +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, 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);