comparison OrthancFramework/Sources/FileStorage/FilesystemStorage.h @ 4202:2007ab69ac16

moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:35:11 +0200
parents 7112a8af0b63
children 0034f855c023
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
31 #if ORTHANC_SANDBOXED == 1 31 #if ORTHANC_SANDBOXED == 1
32 # error The class FilesystemStorage cannot be used in sandboxed environments 32 # error The class FilesystemStorage cannot be used in sandboxed environments
33 #endif 33 #endif
34 34
35 #include "IStorageArea.h" 35 #include "IStorageArea.h"
36 #include "../Compatibility.h" // For ORTHANC_OVERRIDE
36 37
37 #include <stdint.h> 38 #include <stdint.h>
38 #include <boost/filesystem.hpp> 39 #include <boost/filesystem.hpp>
39 #include <set> 40 #include <set>
40 41