Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/HttpServer/HttpToolbox.h Fri May 29 21:23:57 2020 +0200 +++ b/Core/HttpServer/HttpToolbox.h Fri Jun 05 16:07:01 2020 +0200 @@ -33,11 +33,12 @@ #pragma once +#include "../OrthancFramework.h" #include "IHttpHandler.h" namespace Orthanc { - class HttpToolbox + class ORTHANC_PUBLIC HttpToolbox : public boost::noncopyable { public: static void ParseGetArguments(IHttpHandler::GetArguments& result,