diff Plugins/Engine/OrthancPlugins.h @ 1328:b7351ecb79b4

fix in the plugin destruction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Feb 2015 13:06:01 +0100
parents 61ce8147f30d
children feaf2840917c
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Mon Feb 16 12:05:20 2015 +0100
+++ b/Plugins/Engine/OrthancPlugins.h	Wed Feb 18 13:06:01 2015 +0100
@@ -110,6 +110,8 @@
 
     void SetOrthancRestApi(OrthancRestApi& restApi);
 
+    void ResetOrthancRestApi();
+
     bool HasStorageArea() const;
 
     IStorageArea* GetStorageArea();  // To be freed after use