diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 13:48:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 13:48:46 +0100 |
| commit | b405b414993458babbb4532ddeeef9928ec7c06e (patch) | |
| tree | 979fbbccf48bdc2f2d8c5f157cc947f02a7d5f11 /src/kdm.h | |
| parent | f8005516a681b805ccc2d929f63312ac711fdc24 (diff) | |
Add as_xml to string to KDM.
Diffstat (limited to 'src/kdm.h')
| -rw-r--r-- | src/kdm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <boost/filesystem.hpp> #include <boost/scoped_ptr.hpp> +#include <boost/date_time/posix_time/posix_time.hpp> #include "key.h" #include "metadata.h" @@ -107,6 +108,7 @@ public: } void as_xml (boost::filesystem::path) const; + std::string as_xml () const; private: /** Unencrypted MXF content keys */ |
