diff Platforms/Generic/Oracle.h @ 271:46c5296d867e am-2

OracleWebService and BasicSdlApplicationContext using the same global mutex
author am@osimis.io
date Thu, 23 Aug 2018 17:12:54 +0200
parents e2fe9352f240
children b70e9be013e4
line wrap: on
line diff
--- a/Platforms/Generic/Oracle.h	Thu Aug 23 14:45:04 2018 +0200
+++ b/Platforms/Generic/Oracle.h	Thu Aug 23 17:12:54 2018 +0200
@@ -24,7 +24,6 @@
 #include "IOracleCommand.h"
 
 #include <boost/shared_ptr.hpp>
-#include <boost/thread/mutex.hpp>
 
 namespace OrthancStone
 {
@@ -36,9 +35,6 @@
     boost::shared_ptr<PImpl>  pimpl_;
 
   public:
-    Oracle(boost::mutex& globalMutex,
-           unsigned int threadCount);
-
     Oracle(unsigned int threadCount);
 
     void Start();