From 34a25d89b16a33b5f619ae0eaaa03c17f93980af Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 30 Jul 2012 22:03:25 +0100 Subject: Hacks. --- src/cpl.cc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/cpl.cc (limited to 'src/cpl.cc') diff --git a/src/cpl.cc b/src/cpl.cc new file mode 100644 index 00000000..1eba666c --- /dev/null +++ b/src/cpl.cc @@ -0,0 +1,16 @@ +#include "cpl.h" + +CPL::CPL (string file) +{ + file_is (file); + + _id = string_tag ("Id"); + _annotation_text = string_tag ("AnnotationText"); + _issue_date = string_tag ("IssueDate"); + _creator = string_tag ("Creator"); + _content_title_text = string_tag ("ContentTitleText"); + _content_kind = kind_tag ("ContentKind"); + _content_version = sub (new ContentVersion, "ContentVersion"); + ignore ("RatingList"); + _reel_list = sub (new ReelList, "ReelList"); +} -- cgit v1.2.3