summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 10:40:56 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 10:40:56 (GMT)
commit46d089f8642501cf2ffc4a531add0a3a8eaa268e (patch)
tree7d1d3d59dbc745224a883807236effbbb4ecb176 /src/uscxml/Interpreter.h
parent1e6ba139ac12c688f025745812d381915775b1fb (diff)
downloaduscxml-46d089f8642501cf2ffc4a531add0a3a8eaa268e.zip
uscxml-46d089f8642501cf2ffc4a531add0a3a8eaa268e.tar.gz
uscxml-46d089f8642501cf2ffc4a531add0a3a8eaa268e.tar.bz2
Some more bugfixes for revised W3C tests
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 6701eff..9be85ff 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -234,6 +234,7 @@ protected:
bool _stable;
tthread::thread* _thread;
tthread::recursive_mutex _mutex;
+ tthread::recursive_mutex _ioProcMutex;
URL _baseURI;
Arabica::DOM::Document<std::string> _document;