comparison Core/Compression/IBufferCompressor.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 94f4a18a79cc
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "../OrthancFramework.h"
37
36 #include <string> 38 #include <string>
37 #include <boost/noncopyable.hpp> 39 #include <boost/noncopyable.hpp>
38 40
39 namespace Orthanc 41 namespace Orthanc
40 { 42 {
41 class IBufferCompressor : public boost::noncopyable 43 class ORTHANC_PUBLIC IBufferCompressor : public boost::noncopyable
42 { 44 {
43 public: 45 public:
44 virtual ~IBufferCompressor() 46 virtual ~IBufferCompressor()
45 { 47 {
46 } 48 }