diff Core/RestApi/RestApiCall.h @ 978:ce3106e5843f

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Jun 2014 16:04:58 +0200
parents c550e99c452b
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/RestApi/RestApiCall.h	Mon Jun 30 14:53:18 2014 +0200
+++ b/Core/RestApi/RestApiCall.h	Mon Jun 30 16:04:58 2014 +0200
@@ -36,11 +36,13 @@
 #include "RestApiPath.h"
 #include "RestApiOutput.h"
 
+#include <boost/noncopyable.hpp>
+
 namespace Orthanc
 {
   class RestApi;
 
-  class RestApiCall
+  class RestApiCall : public boost::noncopyable
   {
   private:
     RestApiOutput& output_;