summaryrefslogtreecommitdiff
path: root/src/pkl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-11 22:06:47 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-11 22:06:47 +0100
commit2cd9086c95686117ffbce92188d50d525ed488bb (patch)
treefec3df69122ad2d88a19bf3a20fcd5eda3b8d3d7 /src/pkl.h
parent91bcf6289c86d08fc994f123b0fd6ec2f2ba6603 (diff)
Various tweaks for a real-life DCP.
Diffstat (limited to 'src/pkl.h')
-rw-r--r--src/pkl.h3
1 files changed, 3 insertions, 0 deletions
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<PKLAsset> asset_from_id (std::string id) const;
+
std::string id;
std::string annotation_text;
std::string issue_date;