comparison Core/DicomFormat/DicomValue.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents a9ce35d67c3c
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
44 #endif 44 #endif
45 45
46 46
47 namespace Orthanc 47 namespace Orthanc
48 { 48 {
49 class DicomValue : public boost::noncopyable 49 class ORTHANC_PUBLIC DicomValue : public boost::noncopyable
50 { 50 {
51 private: 51 private:
52 enum Type 52 enum Type
53 { 53 {
54 Type_Null, 54 Type_Null,