diff OrthancServer/IServerListener.h @ 2617:912a767911b0 jobs

back to a single Lua context
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 May 2018 12:45:34 +0200
parents 878b59270859
children 3a55b77339ff
line wrap: on
line diff
--- a/OrthancServer/IServerListener.h	Tue May 22 12:25:37 2018 +0200
+++ b/OrthancServer/IServerListener.h	Tue May 22 12:45:34 2018 +0200
@@ -40,7 +40,7 @@
 
 namespace Orthanc
 {
-  class IServerListener
+  class IServerListener : public boost::noncopyable
   {
   public:
     virtual ~IServerListener()