comparison Core/HttpServer/MultipartStreamReader.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
38 38
39 #include <map> 39 #include <map>
40 40
41 namespace Orthanc 41 namespace Orthanc
42 { 42 {
43 class MultipartStreamReader : public boost::noncopyable 43 class ORTHANC_PUBLIC MultipartStreamReader : public boost::noncopyable
44 { 44 {
45 public: 45 public:
46 typedef std::map<std::string, std::string> HttpHeaders; 46 typedef std::map<std::string, std::string> HttpHeaders;
47 47
48 class IHandler : public boost::noncopyable 48 class IHandler : public boost::noncopyable