diff OrthancFramework/Sources/DicomParsing/DicomModification.h @ 5141:023569e7155b

moved DicomModification thread safety into ResourceModificationJob (trying to avoid mutex in OrthancFramework as much as possible)
author Alain Mazy <am@osimis.io>
date Fri, 20 Jan 2023 18:10:42 +0100
parents 15109c3f0f7d
children 0ea402b4d901
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/DicomModification.h	Fri Jan 20 17:24:35 2023 +0100
+++ b/OrthancFramework/Sources/DicomParsing/DicomModification.h	Fri Jan 20 18:10:42 2023 +0100
@@ -24,7 +24,6 @@
 #pragma once
 
 #include "ParsedDicomFile.h"
-#include <boost/thread/recursive_mutex.hpp>
 
 #include <list>
 
@@ -127,7 +126,6 @@
 
     typedef std::map< std::pair<ResourceType, std::string>, std::string>  UidMap;
     
-    mutable boost::recursive_mutex      uidMapMutex_;
     SetOfTags removals_;
     SetOfTags clearings_;
     SetOfTags keep_;