comparison Core/MultiThreading/SharedMessageQueue.h @ 4037:5e26d004838c

adding option "system" to DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 12:18:21 +0200
parents 94f4a18a79cc
children
comparison
equal deleted inserted replaced
4034:78ee0155ec67 4037:5e26d004838c
39 #include <list> 39 #include <list>
40 #include <boost/thread.hpp> 40 #include <boost/thread.hpp>
41 41
42 namespace Orthanc 42 namespace Orthanc
43 { 43 {
44 class SharedMessageQueue : public boost::noncopyable 44 class ORTHANC_PUBLIC SharedMessageQueue : public boost::noncopyable
45 { 45 {
46 private: 46 private:
47 typedef std::list<IDynamicObject*> Queue; 47 typedef std::list<IDynamicObject*> Queue;
48 48
49 bool isFifo_; 49 bool isFifo_;