comparison Applications/IBasicApplication.cpp @ 102:fcec0ab44054 wasm

display volumes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 May 2017 17:01:18 +0200
parents cee8f308a4bc
children 4c5f7cda8624
comparison
equal deleted inserted replaced
101:af312ce4fe59 102:fcec0ab44054
19 **/ 19 **/
20 20
21 21
22 #include "IBasicApplication.h" 22 #include "IBasicApplication.h"
23 23
24 #include "../Framework/Toolbox/MessagingToolbox.h"
25 #include "Sdl/SdlEngine.h"
26
24 #include "../../Resources/Orthanc/Core/Logging.h" 27 #include "../../Resources/Orthanc/Core/Logging.h"
25 #include "../../Resources/Orthanc/Core/HttpClient.h" 28 #include "../../Resources/Orthanc/Core/HttpClient.h"
26 #include "../../Resources/Orthanc/Plugins/Samples/Common/OrthancHttpConnection.h" 29 #include "../../Resources/Orthanc/Plugins/Samples/Common/OrthancHttpConnection.h"
27 #include "Sdl/SdlEngine.h"
28 30
29 namespace OrthancStone 31 namespace OrthancStone
30 { 32 {
31 // Anonymous namespace to avoid clashes against other compilation modules 33 // Anonymous namespace to avoid clashes against other compilation modules
32 namespace 34 namespace