diff Framework/Volumes/ImageBuffer3D.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 4a541cd4fa83
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.h	Thu Apr 27 14:50:40 2017 +0200
+++ b/Framework/Volumes/ImageBuffer3D.h	Thu Apr 27 16:57:49 2017 +0200
@@ -22,7 +22,6 @@
 #pragma once
 
 #include "../Enumerations.h"
-#include "../Toolbox/IThreadSafety.h"
 #include "../Toolbox/SliceGeometry.h"
 #include "../Toolbox/ParallelSlices.h"
 
@@ -36,7 +35,7 @@
 
 namespace OrthancStone
 {
-  class ImageBuffer3D : public IThreadSafe
+  class ImageBuffer3D : public boost::noncopyable
   {
   private:
     typedef boost::shared_mutex          Mutex;