diff Framework/Toolbox/OrthancSeriesLoader.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 2eca030792aa
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSeriesLoader.h	Thu Apr 27 14:50:40 2017 +0200
+++ b/Framework/Toolbox/OrthancSeriesLoader.h	Thu Apr 27 16:57:49 2017 +0200
@@ -28,10 +28,9 @@
 
 namespace OrthancStone
 {
-  // This class is NOT thread-safe
-  // It sorts the slices from a given series, give access to their
-  // geometry and individual frames, making the assumption that there
-  // is a single frame in each instance of the series
+  // This class sorts the slices from a given series, give access to
+  // their geometry and individual frames, making the assumption that
+  // there is a single frame in each instance of the series
   class OrthancSeriesLoader : public ISeriesLoader
   {
   private: