Mercurial > hg > orthanc
diff Core/HttpClient.h @ 3991:5d2348b39392
turning toolbox namespaces into classes to control visibility in shared libraries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 May 2020 21:23:57 +0200 |
parents | 226ab94a33cd |
children | f9863630ec7f |
line wrap: on
line diff
--- a/Core/HttpClient.h Fri May 29 19:43:28 2020 +0200 +++ b/Core/HttpClient.h Fri May 29 21:23:57 2020 +0200 @@ -53,7 +53,7 @@ namespace Orthanc { - class HttpClient : public boost::noncopyable + class ORTHANC_PUBLIC HttpClient : public boost::noncopyable { public: typedef std::map<std::string, std::string> HttpHeaders;