Mercurial > hg > orthanc
diff Core/RestApi/RestApiCall.h @ 979:624f44047238 plugins
integration mainline->plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Jun 2014 16:10:13 +0200 |
parents | ce3106e5843f |
children | 6e7e5ed91c2d |
line wrap: on
line diff
--- a/Core/RestApi/RestApiCall.h Mon Jun 30 16:09:41 2014 +0200 +++ b/Core/RestApi/RestApiCall.h Mon Jun 30 16:10:13 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_;