comparison Core/WebServiceParameters.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"
37
36 #if !defined(ORTHANC_SANDBOXED) 38 #if !defined(ORTHANC_SANDBOXED)
37 # error The macro ORTHANC_SANDBOXED must be defined 39 # error The macro ORTHANC_SANDBOXED must be defined
38 #endif 40 #endif
39 41
40 #include <map> 42 #include <map>
42 #include <string> 44 #include <string>
43 #include <json/json.h> 45 #include <json/json.h>
44 46
45 namespace Orthanc 47 namespace Orthanc
46 { 48 {
47 class WebServiceParameters 49 class ORTHANC_PUBLIC WebServiceParameters
48 { 50 {
49 public: 51 public:
50 typedef std::map<std::string, std::string> Dictionary; 52 typedef std::map<std::string, std::string> Dictionary;
51 53
52 private: 54 private: