From 5ee3348142f4cfafdbcf2c9c833843d717affc11 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jan 2016 01:24:19 +0000 Subject: Various IMF hacks. --- src/imp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/imp.h') diff --git a/src/imp.h b/src/imp.h index 03a00b76..81869740 100644 --- a/src/imp.h +++ b/src/imp.h @@ -21,6 +21,8 @@ namespace dcp { +class IMPCPL; + class IMP : public Package { public: @@ -32,10 +34,10 @@ public: void add (DecryptedKDM const & kdm); std::list > assets () const; + std::list > cpls () const; + private: boost::shared_ptr read_cpl (boost::filesystem::path) const; }; } - - -- cgit v1.2.3