Mercurial > hg > orthanc
diff Core/HttpClient.h @ 2020:a0bd8cd55da7
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 15 Jun 2016 17:19:10 +0200 |
parents | 9c9332e486ca |
children | fefbe71c2272 |
line wrap: on
line diff
--- a/Core/HttpClient.h Tue Jun 14 17:53:23 2016 +0200 +++ b/Core/HttpClient.h Wed Jun 15 17:19:10 2016 +0200 @@ -33,6 +33,7 @@ #pragma once #include "Enumerations.h" +#include "WebServiceParameters.h" #include <string> #include <boost/shared_ptr.hpp> @@ -70,6 +71,9 @@ public: HttpClient(); + HttpClient(const WebServiceParameters& service, + const std::string& uri); + ~HttpClient(); void SetUrl(const char* url)