diff OrthancServer/ServerIndex.h @ 2668:d26dd081df97 jobs

saving jobs engine on exit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Jun 2018 18:08:48 +0200
parents 389d050a2e66
children 8aa6aef11b70
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Jun 08 15:48:35 2018 +0200
+++ b/OrthancServer/ServerIndex.h	Fri Jun 08 18:08:48 2018 +0200
@@ -258,6 +258,9 @@
     void SetGlobalProperty(GlobalProperty property,
                            const std::string& value);
 
+    bool LookupGlobalProperty(std::string& value,
+                              GlobalProperty property);
+
     std::string GetGlobalProperty(GlobalProperty property,
                                   const std::string& defaultValue);