comparison Framework/Widgets/EmptyWidget.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 298f375dcb68
comparison
equal deleted inserted replaced
52:37e504582af6 53:c2dc924f1a63
20 20
21 21
22 #include "EmptyWidget.h" 22 #include "EmptyWidget.h"
23 23
24 #include "../../Resources/Orthanc/Core/Images/ImageProcessing.h" 24 #include "../../Resources/Orthanc/Core/Images/ImageProcessing.h"
25 #include "../../Resources/Orthanc/Core/OrthancException.h"
25 26
26 namespace OrthancStone 27 namespace OrthancStone
27 { 28 {
28 bool EmptyWidget::Render(Orthanc::ImageAccessor& surface) 29 bool EmptyWidget::Render(Orthanc::ImageAccessor& surface)
29 { 30 {