From 2cd9086c95686117ffbce92188d50d525ed488bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 11 Aug 2012 22:06:47 +0100 Subject: Various tweaks for a real-life DCP. --- src/pkl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pkl.h') diff --git a/src/pkl.h b/src/pkl.h index 56cda966..8c64f43b 100644 --- a/src/pkl.h +++ b/src/pkl.h @@ -14,6 +14,7 @@ public: std::string hash; int64_t size; std::string type; + std::string original_file_name; }; class PKL : public XMLFile @@ -21,6 +22,8 @@ class PKL : public XMLFile public: PKL (std::string file); + boost::shared_ptr asset_from_id (std::string id) const; + std::string id; std::string annotation_text; std::string issue_date; -- cgit v1.2.3