comparison OrthancFramework/Sources/FileStorage/MemoryStorageArea.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 d9473bd5ed43
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
21 21
22 22
23 #pragma once 23 #pragma once
24 24
25 #include "IStorageArea.h" 25 #include "IStorageArea.h"
26
27 #include "../Compatibility.h" // For ORTHANC_OVERRIDE
26 28
27 #include <boost/thread/mutex.hpp> 29 #include <boost/thread/mutex.hpp>
28 #include <map> 30 #include <map>
29 31
30 namespace Orthanc 32 namespace Orthanc