comparison Core/HttpServer/HttpOutput.h @ 2142:5a8840920121

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:26:40 +0100
parents b1291df2f780
children a3a65de1840f
comparison
equal deleted inserted replaced
2141:a260a8ad83f1 2142:5a8840920121
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Enumerations.h"
36 #include "IHttpOutputStream.h"
37 #include "IHttpStreamAnswer.h"
38
35 #include <list> 39 #include <list>
36 #include <string> 40 #include <string>
37 #include <stdint.h> 41 #include <stdint.h>
38 #include "../Enumerations.h" 42 #include <map>
39 #include "IHttpOutputStream.h"
40 #include "IHttpStreamAnswer.h"
41 #include "../Uuid.h"
42 43
43 namespace Orthanc 44 namespace Orthanc
44 { 45 {
45 class HttpOutput : public boost::noncopyable 46 class HttpOutput : public boost::noncopyable
46 { 47 {