diff OrthancServer/OrthancConfiguration.h @ 3709:1f4910999fe7

Fix issue #168 (Plugins can't read private tags from the configuration file)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:23:11 +0100
parents 94f4a18a79cc
children c205f670098e
line wrap: on
line diff
--- a/OrthancServer/OrthancConfiguration.h	Fri Feb 28 11:53:23 2020 +0100
+++ b/OrthancServer/OrthancConfiguration.h	Fri Feb 28 13:23:11 2020 +0100
@@ -231,5 +231,7 @@
     void ResetServerIndex();
 
     TemporaryFile* CreateTemporaryFile() const;
+
+    std::string GetDefaultPrivateCreator() const;
   };
 }