From 27d1e03d7bdf8fcfe7292c06e40bc3e2fca9158e Mon Sep 17 00:00:00 2001 From: Denis Oliver Kropp Date: Tue, 19 Oct 2010 15:56:15 +0200 Subject: pluggit --- src/Runnable.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Runnable.cxx (limited to 'src/Runnable.cxx') diff --git a/src/Runnable.cxx b/src/Runnable.cxx new file mode 100644 index 0000000..5a5bed8 --- /dev/null +++ b/src/Runnable.cxx @@ -0,0 +1,9 @@ +namespace PluggIt { + +class Runnable +{ + public virtual void run() = 0; +}; + +} + -- cgit