comparison Core/DicomParsing/FromDcmtkBridge.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 e23026566536
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
68 #endif 68 #endif
69 69
70 70
71 namespace Orthanc 71 namespace Orthanc
72 { 72 {
73 class FromDcmtkBridge : public boost::noncopyable 73 class ORTHANC_PUBLIC FromDcmtkBridge : public boost::noncopyable
74 { 74 {
75 #if ORTHANC_BUILD_UNIT_TESTS == 1 75 #if ORTHANC_BUILD_UNIT_TESTS == 1
76 FRIEND_TEST(FromDcmtkBridge, FromJson); 76 FRIEND_TEST(FromDcmtkBridge, FromJson);
77 #endif 77 #endif
78 78