diff Core/Lua/LuaFunctionCall.h @ 996:cf52f3bcb2b3 lua-scripting

clarification of Lua classes wrt multithreading
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jul 2014 16:27:16 +0200
parents 2d0a347e8cfc
children 1b1d51e9f1a2
line wrap: on
line diff
--- a/Core/Lua/LuaFunctionCall.h	Thu Jul 03 15:58:53 2014 +0200
+++ b/Core/Lua/LuaFunctionCall.h	Thu Jul 03 16:27:16 2014 +0200
@@ -36,14 +36,12 @@
 
 #include <json/json.h>
 
-
 namespace Orthanc
 {
   class LuaFunctionCall : public boost::noncopyable
   {
   private:
     LuaContext& context_;
-    boost::mutex::scoped_lock lock_;
     bool isExecuted_;
 
     void CheckAlreadyExecuted();