Mercurial > hg > orthanc-stone
comparison Platforms/Generic/WebServiceGetCommand.cpp @ 113:2eca030792aa wasm
using the Orthanc Framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Sep 2017 15:32:32 +0200 |
parents | f40a78cc7070 |
children | ed0003f6102c |
comparison
equal
deleted
inserted
replaced
112:948f86e61e83 | 113:2eca030792aa |
---|---|
19 **/ | 19 **/ |
20 | 20 |
21 | 21 |
22 #include "WebServiceGetCommand.h" | 22 #include "WebServiceGetCommand.h" |
23 | 23 |
24 #include "../../Resources/Orthanc/Core/HttpClient.h" | 24 #include <Core/HttpClient.h> |
25 | 25 |
26 namespace OrthancStone | 26 namespace OrthancStone |
27 { | 27 { |
28 WebServiceGetCommand::WebServiceGetCommand(IWebService::ICallback& callback, | 28 WebServiceGetCommand::WebServiceGetCommand(IWebService::ICallback& callback, |
29 const Orthanc::WebServiceParameters& parameters, | 29 const Orthanc::WebServiceParameters& parameters, |