diff Common/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp @ 117:a3590caf93a3 2.3.0

sync orthanc folder
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 20:56:41 +0100
parents 37a4b8e2577f
children 5f4fe945b764
line wrap: on
line diff
--- a/Common/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Tue Oct 17 14:18:36 2023 +0200
+++ b/Common/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Mon Nov 13 20:56:41 2023 +0100
@@ -79,6 +79,10 @@
     }
   }
 
+  void ResetGlobalContext()
+  {
+    globalContext_ = NULL;
+  }
 
   bool HasGlobalContext()
   {