From d8c9cbec9d87f28da338350880b7618b94f4da81 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 31 Jul 2012 00:07:08 +0100 Subject: Bits. --- src/cpl.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/cpl.h') diff --git a/src/cpl.h b/src/cpl.h index 643a243b..e11294bd 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -53,15 +53,6 @@ public: boost::shared_ptr asset_list; }; -class ReelList : public XMLNode -{ -public: - ReelList () {} - ReelList (xmlpp::Node const * node); - - std::list > reels; -}; - class ContentVersion : public XMLNode { public: @@ -82,9 +73,9 @@ public: std::string issue_date; std::string creator; std::string content_title_text; - std::string content_kind; + ContentKind content_kind; boost::shared_ptr content_version; - boost::shared_ptr reel_list; + std::list > reels; }; } -- cgit v1.2.3