comparison OrthancServer/OrthancInitialization.h @ 1587:d7e569640d09

New function "GetOrthancConfiguration()" to get the Orthanc configuration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Aug 2015 12:12:25 +0200
parents fe384a9d3b51
children 2dff2bdffdb8
comparison
equal deleted inserted replaced
1586:e088bc2c3a1a 1587:d7e569640d09
107 107
108 static IDatabaseWrapper* CreateDatabaseWrapper(); 108 static IDatabaseWrapper* CreateDatabaseWrapper();
109 109
110 static IStorageArea* CreateStorageArea(); 110 static IStorageArea* CreateStorageArea();
111 111
112 static void GetConfiguration(Json::Value& result);
113
112 static void FormatConfiguration(std::string& result); 114 static void FormatConfiguration(std::string& result);
113 }; 115 };
114 } 116 }