diff 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
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.h	Fri Jun 20 13:45:22 2014 +0200
+++ b/Core/HttpServer/HttpOutput.h	Fri Jun 20 14:55:24 2014 +0200
@@ -41,7 +41,7 @@
 
 namespace Orthanc
 {
-  class HttpOutput
+  class HttpOutput : public boost::noncopyable
   {
   private:
     typedef std::list< std::pair<std::string, std::string> >  Header;