comparison Applications/IBasicApplication.cpp @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents e9c7a78a3e77
children 1c5a47dda299
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
22 #include "IBasicApplication.h" 22 #include "IBasicApplication.h"
23 23
24 #include "../Framework/Toolbox/MessagingToolbox.h" 24 #include "../Framework/Toolbox/MessagingToolbox.h"
25 #include "Sdl/SdlEngine.h" 25 #include "Sdl/SdlEngine.h"
26 26
27 #include "../Resources/Orthanc/Core/Logging.h" 27 #include <Core/Logging.h>
28 #include "../Resources/Orthanc/Core/HttpClient.h" 28 #include <Core/HttpClient.h>
29 #include "../Resources/Orthanc/Plugins/Samples/Common/OrthancHttpConnection.h" 29 #include <Plugins/Samples/Common/OrthancHttpConnection.h>
30 30
31 namespace OrthancStone 31 namespace OrthancStone
32 { 32 {
33 // Anonymous namespace to avoid clashes against other compilation modules 33 // Anonymous namespace to avoid clashes against other compilation modules
34 namespace 34 namespace