diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3421:decbede6e3ad

OrthancPlugins::OrthancConfiguration(bool)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jun 2019 18:04:53 +0200
parents 0a0e7eca95ae
children 07c3b6044e9d
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Wed Jun 12 12:11:58 2019 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Wed Jun 12 18:04:53 2019 +0200
@@ -292,9 +292,13 @@
 
     std::string GetPath(const std::string& key) const;
 
+    void LoadConfiguration();
+    
   public:
     OrthancConfiguration();
 
+    OrthancConfiguration(bool load);
+
     const Json::Value& GetJson() const
     {
       return configuration_;