diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-18 20:25:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-18 20:25:02 +0000 |
| commit | 2489080f9a5d2891da0fc313b2c0ac1450a630ad (patch) | |
| tree | 2f4fe733439db89943eb208713f034eb7df12b65 /src/asset.h | |
| parent | c289685296d58228df0a88354e966105b242c915 (diff) | |
Allow incremental writing of picture MXFs.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/asset.h b/src/asset.h index cc6fbcb7..3ba0a0cf 100644 --- a/src/asset.h +++ b/src/asset.h @@ -70,14 +70,13 @@ public: return _uuid; } + boost::filesystem::path path () const; + virtual bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, std::list<std::string>& notes) const = 0; protected: - friend class PictureAsset; - friend class SoundAsset; std::string digest () const; - boost::filesystem::path path () const; /** Directory that our MXF or XML file is in */ std::string _directory; |
