diff Applications/IBasicApplication.cpp @ 69:1553b67b24e5 wasm

OrthancSynchronousWebService
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 May 2017 20:35:11 +0200
parents 298f375dcb68
children 8677d95753f8
line wrap: on
line diff
--- a/Applications/IBasicApplication.cpp	Mon May 22 17:49:26 2017 +0200
+++ b/Applications/IBasicApplication.cpp	Mon May 22 20:35:11 2017 +0200
@@ -197,7 +197,7 @@
       }
 
       LOG(WARNING) << "URL to the Orthanc REST API: " << webService.GetUrl();
-      OrthancWebService orthanc(webService);
+      OrthancSynchronousWebService orthanc(webService);
 
       if (!MessagingToolbox::CheckOrthancVersion(orthanc.GetConnection()))
       {