comparison Framework/Messaging/CurlOrthancConnection.h @ 16:ff1e935768e7

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 20:06:52 +0100
parents 351ab0da0150
children
comparison
equal deleted inserted replaced
15:da2cf3ace87a 16:ff1e935768e7
34 34
35 #include "IOrthancConnection.h" 35 #include "IOrthancConnection.h"
36 36
37 #if ORTHANC_ENABLE_CURL == 1 37 #if ORTHANC_ENABLE_CURL == 1
38 38
39 #include "../Orthanc/Core/WebServiceParameters.h" 39 #include "../../Resources/Orthanc/Core/WebServiceParameters.h"
40 40
41 namespace OrthancStone 41 namespace OrthancStone
42 { 42 {
43 class CurlOrthancConnection : public IOrthancConnection 43 class CurlOrthancConnection : public IOrthancConnection
44 { 44 {