summaryrefslogtreecommitdiff
path: root/src/imp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
commit5ee3348142f4cfafdbcf2c9c833843d717affc11 (patch)
tree1c97c80eeccc6b5f515a611e35dee35b21d3b09b /src/imp.h
parent740938890d95e853cf13d4780a5d674c3d6c7f6f (diff)
Various IMF hacks.imf
Diffstat (limited to 'src/imp.h')
-rw-r--r--src/imp.h6
1 files changed, 4 insertions, 2 deletions
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<boost::shared_ptr<Asset> > assets () const;
+ std::list<boost::shared_ptr<IMPCPL> > cpls () const;
+
private:
boost::shared_ptr<CPL> read_cpl (boost::filesystem::path) const;
};
}
-
-