repo.or.cz
/
MKUltra.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
still searching for Java
[MKUltra.git]
/
test
/
foo.cpp
blob
e1d1eb84b4bfba2f3446279472bc24b8cb7567db
1
#include
"foo.hpp"
2
#include
"bar.hpp"
3
4
using namespace
boost
::
filesystem
;
5
6
int
foo
::
importance
()
const
{
7
bar
b
(
x_
,
y_
,
z_
);
8
path
p
(
"/tmp/x"
);
9
return
b
.
importance
(
p
);
10
}