comparison Core/HttpServer/HttpOutput.h @ 912:dcb2469f00f4 plugins

PluginsHttpHandler::RestApiGet
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jun 2014 14:55:24 +0200
parents 306afd58a0b3
children 8d1845feb277
comparison
equal deleted inserted replaced
911:306afd58a0b3 912:dcb2469f00f4
39 #include "IHttpOutputStream.h" 39 #include "IHttpOutputStream.h"
40 #include "HttpHandler.h" 40 #include "HttpHandler.h"
41 41
42 namespace Orthanc 42 namespace Orthanc
43 { 43 {
44 class HttpOutput 44 class HttpOutput : public boost::noncopyable
45 { 45 {
46 private: 46 private:
47 typedef std::list< std::pair<std::string, std::string> > Header; 47 typedef std::list< std::pair<std::string, std::string> > Header;
48 48
49 class StateMachine : public boost::noncopyable 49 class StateMachine : public boost::noncopyable