diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-11 22:06:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-11 22:06:47 +0100 |
| commit | 2cd9086c95686117ffbce92188d50d525ed488bb (patch) | |
| tree | fec3df69122ad2d88a19bf3a20fcd5eda3b8d3d7 /src/pkl.h | |
| parent | 91bcf6289c86d08fc994f123b0fd6ec2f2ba6603 (diff) | |
Various tweaks for a real-life DCP.
Diffstat (limited to 'src/pkl.h')
| -rw-r--r-- | src/pkl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
