comparison Core/Lua/LuaFunctionCall.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
40 40
41 #include <json/json.h> 41 #include <json/json.h>
42 42
43 namespace Orthanc 43 namespace Orthanc
44 { 44 {
45 class LuaFunctionCall : public boost::noncopyable 45 class ORTHANC_PUBLIC LuaFunctionCall : public boost::noncopyable
46 { 46 {
47 private: 47 private:
48 LuaContext& context_; 48 LuaContext& context_;
49 bool isExecuted_; 49 bool isExecuted_;
50 50