Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/MultiThreading/SharedMessageQueue.h Wed Jun 10 10:14:15 2020 +0200 +++ b/Core/MultiThreading/SharedMessageQueue.h Wed Jun 10 12:18:21 2020 +0200 @@ -41,7 +41,7 @@ namespace Orthanc { - class SharedMessageQueue : public boost::noncopyable + class ORTHANC_PUBLIC SharedMessageQueue : public boost::noncopyable { private: typedef std::list<IDynamicObject*> Queue;