diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-09 12:48:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-09 12:48:47 +0100 |
| commit | 5c29a3586ea262abcc8829bf267d38d8a5a84d9b (patch) | |
| tree | 394c46a1b18d0b02b19b3b99439fdb5e33e11b85 /src/asset.h | |
| parent | 403c1e43d7e12af9ae72291f4bdff78fd242f9f6 (diff) | |
Somewhat hacky rearrangement to support multiple CPLs per DCP.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h index 0c8df0c8..eab24d28 100644 --- a/src/asset.h +++ b/src/asset.h @@ -64,6 +64,10 @@ public: */ void write_to_assetmap (std::ostream& s) const; + std::string uuid () const { + return _uuid; + } + virtual std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const = 0; protected: |
