comparison Framework/Widgets/LayeredSceneWidget.cpp @ 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 25befef48c35
children ca644004d2ee
comparison
equal deleted inserted replaced
52:37e504582af6 53:c2dc924f1a63
24 24
25 #include "LayeredSceneWidget.h" 25 #include "LayeredSceneWidget.h"
26 26
27 #include "../../Resources/Orthanc/Core/OrthancException.h" 27 #include "../../Resources/Orthanc/Core/OrthancException.h"
28 28
29 #include <boost/thread/condition_variable.hpp> // TODO Remove
30
29 namespace OrthancStone 31 namespace OrthancStone
30 { 32 {
31 class LayeredSceneWidget::Renderers : public boost::noncopyable 33 class LayeredSceneWidget::Renderers : public boost::noncopyable
32 { 34 {
33 private: 35 private: