diff options
Diffstat (limited to 'src/mxf_asset.h')
| -rw-r--r-- | src/mxf_asset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index e45ab2d7..f68edc61 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -51,8 +51,11 @@ public: virtual bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, std::list<std::string>& notes) const; int length () const; + void add_typed_key_id (xmlpp::Element *) const; protected: + virtual std::string key_type () const = 0; + /** Fill in a ADSCP::WriteInfo struct. * @param w struct to fill in. */ |
