comparison Framework/Widgets/EmptyWidget.cpp @ 46:766d31dc5716 wasm

removing threads for wasm
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Apr 2017 14:33:06 +0200
parents 7207a407bcd8
children 25befef48c35
comparison
equal deleted inserted replaced
45:ecd96e563929 46:766d31dc5716
41 { 41 {
42 // Note: This call is slow 42 // Note: This call is slow
43 Orthanc::ImageProcessing::Set(surface, red_, green_, blue_, 255); 43 Orthanc::ImageProcessing::Set(surface, red_, green_, blue_, 255);
44 return true; 44 return true;
45 } 45 }
46
47
48 void EmptyWidget::UpdateContent()
49 {
50 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
51 }
46 } 52 }