comparison OrthancFramework/Sources/SystemToolbox.h @ 4105:c02a2d9efbc2

move FromDcmtkBridge::ExecuteToDicom() to LuaFunctionCall, to remove dependency of DCMTK on Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 13:48:10 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4104:d5c09b5f882f 4105:c02a2d9efbc2
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "OrthancFramework.h" // Must be before "ORTHANC_SANDBOXED"
37
36 #if !defined(ORTHANC_SANDBOXED) 38 #if !defined(ORTHANC_SANDBOXED)
37 # error The macro ORTHANC_SANDBOXED must be defined 39 # error The macro ORTHANC_SANDBOXED must be defined
38 #endif 40 #endif
39 41
40 #if ORTHANC_SANDBOXED == 1 42 #if ORTHANC_SANDBOXED == 1
41 # error The namespace SystemToolbox cannot be used in sandboxed environments 43 # error The namespace SystemToolbox cannot be used in sandboxed environments
42 #endif 44 #endif
43 45
44 #include "Enumerations.h" 46 #include "Enumerations.h"
45 #include "OrthancFramework.h"
46 47
47 #include <map> 48 #include <map>
48 #include <vector> 49 #include <vector>
49 #include <string> 50 #include <string>
50 #include <stdint.h> 51 #include <stdint.h>