diff Core/DicomParsing/IDicomTranscoder.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 5fe8c6d3212e
children
line wrap: on
line diff
--- a/Core/DicomParsing/IDicomTranscoder.h	Fri May 29 21:23:57 2020 +0200
+++ b/Core/DicomParsing/IDicomTranscoder.h	Fri Jun 05 16:07:01 2020 +0200
@@ -43,14 +43,13 @@
 
 namespace Orthanc
 {
+  class ParsedDicomFile;
+  
   /**
    * WARNING: This class might be called from several threads at
    * once. Make sure to implement proper locking.
    **/
-
-  class ParsedDicomFile;
-  
-  class IDicomTranscoder : public boost::noncopyable
+  class ORTHANC_PUBLIC IDicomTranscoder : public boost::noncopyable
   {
   public:
     class DicomImage : public boost::noncopyable