summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 00:07:08 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 00:07:08 +0100
commitd8c9cbec9d87f28da338350880b7618b94f4da81 (patch)
treec1e853ab494ac3731982c075046215f670153232 /src/cpl.h
parent9a9d4e014c16be88d72914a9480343445bc785a5 (diff)
Bits.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h13
1 files changed, 2 insertions, 11 deletions
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<CPLAssetList> asset_list;
};
-class ReelList : public XMLNode
-{
-public:
- ReelList () {}
- ReelList (xmlpp::Node const * node);
-
- std::list<boost::shared_ptr<Reel> > 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<ContentVersion> content_version;
- boost::shared_ptr<ReelList> reel_list;
+ std::list<boost::shared_ptr<Reel> > reels;
};
}