still searching for Java
[MKUltra.git] / test / foo.cpp
blobe1d1eb84b4bfba2f3446279472bc24b8cb7567db
1 #include "foo.hpp"
2 #include "bar.hpp"
4 using namespace boost::filesystem;
6 int foo::importance() const {
7 bar b(x_, y_, z_);
8 path p("/tmp/x");
9 return b.importance(p);