Mercurial > hg > orthanc
comparison Core/HttpServer/HttpToolbox.h @ 3992:f9863630ec7f
working on the shared library for Orthanc framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Jun 2020 16:07:01 +0200 |
parents | 94f4a18a79cc |
children |
comparison
equal
deleted
inserted
replaced
3991:5d2348b39392 | 3992:f9863630ec7f |
---|---|
31 **/ | 31 **/ |
32 | 32 |
33 | 33 |
34 #pragma once | 34 #pragma once |
35 | 35 |
36 #include "../OrthancFramework.h" | |
36 #include "IHttpHandler.h" | 37 #include "IHttpHandler.h" |
37 | 38 |
38 namespace Orthanc | 39 namespace Orthanc |
39 { | 40 { |
40 class HttpToolbox | 41 class ORTHANC_PUBLIC HttpToolbox : public boost::noncopyable |
41 { | 42 { |
42 public: | 43 public: |
43 static void ParseGetArguments(IHttpHandler::GetArguments& result, | 44 static void ParseGetArguments(IHttpHandler::GetArguments& result, |
44 const char* query); | 45 const char* query); |
45 | 46 |