diff OrthancServer/ServerIndex.h @ 1453:c0bdc47165ef

code to warn about possible threading problems
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 12:26:44 +0200
parents 0ac74fa21db8
children 0586ed8897f1
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Thu Jul 02 11:35:41 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Thu Jul 02 12:26:44 2015 +0200
@@ -122,6 +122,8 @@
 
     ~ServerIndex();
 
+    void Stop();
+
     uint64_t GetMaximumStorageSize() const
     {
       return maximumStorageSize_;