comparison Resources/Configuration.json @ 1199:a843ee8bb903 db-changes

separated thread for change callbacks in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Oct 2014 14:29:45 +0200
parents 0a55d8eb194e
children 7442097b41c9
comparison
equal deleted inserted replaced
1198:1169528a9a5f 1199:a843ee8bb903
32 // into this instance of Orthanc 32 // into this instance of Orthanc
33 "LuaScripts" : [ 33 "LuaScripts" : [
34 ], 34 ],
35 35
36 // List of paths to the plugins that are to be loaded into this 36 // List of paths to the plugins that are to be loaded into this
37 // instance of Orthanc (e.g. "/libPluginTest.so" for Linux, or 37 // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
38 // "./PluginTest.dll" for Windows). 38 // "./PluginTest.dll" for Windows).
39 "Plugins" : [ 39 "Plugins" : [
40 ], 40 ],
41 41
42 42