From 41daa5821b3d3b0f450094fbf0d1e37a449f482c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jan 2013 23:18:13 +0000 Subject: Comment tweaks. --- src/dcp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index d4f6aff9..b01934de 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -45,6 +45,7 @@ class SubtitleAsset; class Reel; class AssetMap; +/** @brief A CPL within a DCP */ class CPL { public: @@ -102,7 +103,9 @@ private: /** reels */ std::list > _reels; + /** our UUID */ std::string _uuid; + /** a SHA1 digest of our XML */ mutable std::string _digest; }; @@ -181,6 +184,7 @@ private: /** the directory that we are writing to */ std::string _directory; + /** our CPLs */ std::list > _cpls; }; -- cgit v1.2.3