summaryrefslogtreecommitdiff
path: root/src/imp.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-04 17:02:52 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-04 17:02:52 +0000
commitf829cd6c87530c819bcf752c0e2a8f42685e0e5a (patch)
treec2e4fa0fbb3218828a5034dfcbde8a7dc6bada9f /src/imp.cc
parentf4802823b481b47a240002d086a5caefee3e4b61 (diff)
IMP CPL bits.
Diffstat (limited to 'src/imp.cc')
-rw-r--r--src/imp.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imp.cc b/src/imp.cc
index 8b9a5b8e..61af1c96 100644
--- a/src/imp.cc
+++ b/src/imp.cc
@@ -18,6 +18,7 @@
*/
#include "imp.h"
+#include "imp_cpl.h"
using std::list;
using std::string;
@@ -31,10 +32,9 @@ IMP::IMP (boost::filesystem::path directory)
}
shared_ptr<CPL>
-IMP::read_cpl (boost::filesystem::path) const
+IMP::read_cpl (boost::filesystem::path file) const
{
- /* XXX */
- return shared_ptr<CPL> ();
+ return shared_ptr<CPL> (new IMPCPL (file));
}
void