comparison Applications/Generic/NativeStoneApplicationRunner.cpp @ 417:aee3d7941c9b

preparing to load images using DICOMweb
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Nov 2018 17:28:15 +0100
parents 6cc3ce74dc05
children c23df8b3433b
comparison
equal deleted inserted replaced
415:c0589c3173fd 417:aee3d7941c9b
191 Oracle oracle(4); // use 4 threads to download content 191 Oracle oracle(4); // use 4 threads to download content
192 oracle.Start(); 192 oracle.Start();
193 193
194 { 194 {
195 OracleWebService webService(broker_, oracle, webServiceParameters, context); 195 OracleWebService webService(broker_, oracle, webServiceParameters, context);
196 context.SetWebService(webService); 196 context.Initialize(broker_, webService, webServiceParameters.GetUrl());
197 197
198 application_.Initialize(&context, statusBar, parameters); 198 application_.Initialize(&context, statusBar, parameters);
199 199
200 { 200 {
201 NativeStoneApplicationContext::GlobalMutexLocker locker(context); 201 NativeStoneApplicationContext::GlobalMutexLocker locker(context);