diff Plugins/Engine/OrthancPlugins.h @ 1199:a843ee8bb903 db-changes

separated thread for change callbacks in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Oct 2014 14:29:45 +0200
parents 1169528a9a5f
children f1c01451a8ee
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Thu Oct 23 13:52:01 2014 +0200
+++ b/Plugins/Engine/OrthancPlugins.h	Thu Oct 23 14:29:45 2014 +0200
@@ -107,5 +107,7 @@
     bool HasStorageArea() const;
 
     IStorageArea* GetStorageArea();
+
+    void Stop();
   };
 }