Mercurial > hg > orthanc-stone
diff Framework/Toolbox/ParallelSlicesCursor.h @ 53:c2dc924f1a63 wasm
removing threading out of the framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Apr 2017 16:57:49 +0200 |
parents | 28956ed68280 |
children | 53025eecbc95 |
line wrap: on
line diff
--- a/Framework/Toolbox/ParallelSlicesCursor.h Thu Apr 27 14:50:40 2017 +0200 +++ b/Framework/Toolbox/ParallelSlicesCursor.h Thu Apr 27 16:57:49 2017 +0200 @@ -24,15 +24,11 @@ #include "ParallelSlices.h" #include "../Enumerations.h" -#include <boost/thread/mutex.hpp> - namespace OrthancStone { - // This class is thread-safe class ParallelSlicesCursor : public boost::noncopyable { private: - boost::mutex mutex_; std::auto_ptr<ParallelSlices> slices_; size_t currentSlice_;