Mercurial > hg > orthanc
comparison OrthancServer/Sources/LuaScripting.h @ 4204:318c16cfccab
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Sep 2020 16:18:01 +0200 |
parents | 05b8fd21089c |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4203:4d42408da117 | 4204:318c16cfccab |
---|---|
110 { | 110 { |
111 return that_.lua_; | 111 return that_.lua_; |
112 } | 112 } |
113 }; | 113 }; |
114 | 114 |
115 LuaScripting(ServerContext& context); | 115 explicit LuaScripting(ServerContext& context); |
116 | 116 |
117 ~LuaScripting(); | 117 ~LuaScripting(); |
118 | 118 |
119 void Start(); | 119 void Start(); |
120 | 120 |