comparison OrthancFramework/Sources/FileStorage/FileInfo.h @ 4503:b525e0c3cff0

fix shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 17:05:45 +0100
parents 3b4940bca158
children a3c6678aa7b1
comparison
equal deleted inserted replaced
4502:e3e759cbd19c 4503:b525e0c3cff0
20 **/ 20 **/
21 21
22 22
23 #pragma once 23 #pragma once
24 24
25 #include <string> 25 #include "../OrthancFramework.h"
26 #include "../Enumerations.h"
27
26 #include <stdint.h> 28 #include <stdint.h>
27 #include "../Enumerations.h"
28 29
29 namespace Orthanc 30 namespace Orthanc
30 { 31 {
31 struct FileInfo 32 struct ORTHANC_PUBLIC FileInfo
32 { 33 {
33 private: 34 private:
34 bool valid_; 35 bool valid_;
35 std::string uuid_; 36 std::string uuid_;
36 FileContentType contentType_; 37 FileContentType contentType_;