comparison Core/HttpServer/IHttpStreamAnswer.h @ 1525:f9b0169eb6bb

testing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 17:50:38 +0200
parents c388502a066d
children b1291df2f780
comparison
equal deleted inserted replaced
1524:4a0c2eedceb6 1525:f9b0169eb6bb
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Enumerations.h"
36
35 #include <stdint.h> 37 #include <stdint.h>
36 #include <boost/noncopyable.hpp> 38 #include <boost/noncopyable.hpp>
39 #include <string>
37 40
38 namespace Orthanc 41 namespace Orthanc
39 { 42 {
40 class IHttpStreamAnswer : public boost::noncopyable 43 class IHttpStreamAnswer : public boost::noncopyable
41 { 44 {