summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-09-16 23:20:57 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-09-16 23:20:57 (GMT)
commit64cc2ce105cf57fcba637b309664b4bc74ae7d82 (patch)
tree118786a131b9a7b947c0f6b7a319e5031d396b6c /src/uscxml/Interpreter.h
parent959224050cbceb024588bf0b49c57c503c299beb (diff)
downloaduscxml-64cc2ce105cf57fcba637b309664b4bc74ae7d82.zip
uscxml-64cc2ce105cf57fcba637b309664b4bc74ae7d82.tar.gz
uscxml-64cc2ce105cf57fcba637b309664b4bc74ae7d82.tar.bz2
Fixed all tests
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index cad8ee8..4a948dc 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -39,7 +39,8 @@ namespace uscxml {
void start();
static void run(void*);
-
+ void join() { if (_thread != NULL) _thread->join(); };
+
void interpret();
bool validate();