index
:
pluggit
master
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Runnable.cxx
blob: 5a5bed8f008ee346acd977eaa4d19ae9f5614777 (
plain
)
1
2
3
4
5
6
7
8
9
namespace
PluggIt
{
class
Runnable
{
public virtual
void
run
() =
0
;
};
}