summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5e117b)
raw | patch | inline | side by side (parent: f5e117b)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 4 Feb 2008 17:54:54 +0000 (17:54 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 4 Feb 2008 17:54:54 +0000 (17:54 +0000) |
Locking on both types of execution
src/extension/effect.cpp | patch | blob | history |
index dbd750ee91d5e471ec6a2dd9dd7dabb6526c2402..76af73ed38e13950e269095beb8589357c1dde17 100644 (file)
--- a/src/extension/effect.cpp
+++ b/src/extension/effect.cpp
ExecutionEnv executionEnv(this, doc, NULL);
+ timer->lock();
executionEnv.run();
+ timer->unlock();
return;
}