diff options
Diffstat (limited to 'src/imp.h')
| -rw-r--r-- | src/imp.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; }; } - - |
