diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 01:01:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 01:01:19 +0100 |
| commit | da2f0d96f3c5ffa73bfecd9df613b23200e862f7 (patch) | |
| tree | 326e054f9b2dc39e0d276e6bdf2a572dbf324ecc /src/asset.h | |
| parent | 4678bf06d71c8a18c489912dabf8aca312ab8b6b (diff) | |
Bitwise MXF comparison.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h index 62b7b4ac..7fb0ece2 100644 --- a/src/asset.h +++ b/src/asset.h @@ -26,6 +26,7 @@ #include <string> #include <sigc++/sigc++.h> +#include "types.h" namespace ASDCP { class WriterInfo; @@ -65,6 +66,8 @@ public: */ void write_to_assetmap (std::ostream& s) const; + std::list<std::string> equals (Asset const & other, EqualityFlags flags) const; + protected: /** Fill in a ADSCP::WriteInfo struct. * @param w struct to fill in. |
