diff OrthancServer/ServerContext.h @ 2665:389d050a2e66 jobs

fix deadlock, speed up unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Jun 2018 13:51:31 +0200
parents e09021ddc00d
children d26dd081df97
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Thu Jun 07 21:37:40 2018 +0200
+++ b/OrthancServer/ServerContext.h	Fri Jun 08 13:51:31 2018 +0200
@@ -158,7 +158,8 @@
     };
 
     ServerContext(IDatabaseWrapper& database,
-                  IStorageArea& area);
+                  IStorageArea& area,
+                  bool unitTesting);
 
     ~ServerContext();