From ceb30c0b2e73588daa014af57deee7255b175e4d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Jan 2013 13:13:35 +0000 Subject: Some comment tweaks. --- src/dcp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/dcp.h b/src/dcp.h index b01934de..c5734542 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -147,8 +147,12 @@ public: */ bool equals (DCP const & other, EqualityOptions options, std::list& notes) const; + /** Add a CPL to this DCP. + * @param cpl CPL to add. + */ void add_cpl (boost::shared_ptr cpl); + /** @return The list of CPLs in this DCP */ std::list > cpls () const { return _cpls; } @@ -174,6 +178,7 @@ private: */ void write_assetmap (std::string pkl_uuid, int pkl_length) const; + /** @return Assets in all this CPLs in this DCP */ std::list > assets () const; struct Files { -- cgit v1.2.3