summaryrefslogtreecommitdiff
path: root/src/kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-25 13:48:46 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-25 13:48:46 +0100
commitb405b414993458babbb4532ddeeef9928ec7c06e (patch)
tree979fbbccf48bdc2f2d8c5f157cc947f02a7d5f11 /src/kdm.h
parentf8005516a681b805ccc2d929f63312ac711fdc24 (diff)
Add as_xml to string to KDM.
Diffstat (limited to 'src/kdm.h')
-rw-r--r--src/kdm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kdm.h b/src/kdm.h
index ffcb65a7..ba17ee6b 100644
--- a/src/kdm.h
+++ b/src/kdm.h
@@ -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 */