diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-25 09:41:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-25 09:41:32 +0100 |
| commit | 6ff5bc54fafcb9332609912514c287ac332ab7e5 (patch) | |
| tree | f1458b2735af96eaa4352601762337c2e1812ef4 /src/pkl.h | |
| parent | df56c3975454d935b8457d8a8bc1615388db305c (diff) | |
Cope with multiple PKLs in a DCP.
Diffstat (limited to 'src/pkl.h')
| -rw-r--r-- | src/pkl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,8 +60,8 @@ public: return _standard; } - std::string hash (std::string id) const; - std::string type (std::string id) const; + boost::optional<std::string> hash (std::string id) const; + boost::optional<std::string> type (std::string id) const; void add_asset (std::string id, boost::optional<std::string> annotation_text, std::string hash, int64_t size, std::string type); void write (boost::filesystem::path file, boost::shared_ptr<const CertificateChain> signer) const; |
