Mercurial > hg > orthanc
comparison OrthancServer/OrthancInitialization.h @ 1424:fe384a9d3b51
OrthancPluginGetConfiguration
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 26 Jun 2015 15:32:45 +0200 |
parents | 6e7e5ed91c2d |
children | d7e569640d09 |
comparison
equal
deleted
inserted
replaced
1423:7b7d597a190c | 1424:fe384a9d3b51 |
---|---|
106 static const std::string& GetConfigurationAbsolutePath(); | 106 static const std::string& GetConfigurationAbsolutePath(); |
107 | 107 |
108 static IDatabaseWrapper* CreateDatabaseWrapper(); | 108 static IDatabaseWrapper* CreateDatabaseWrapper(); |
109 | 109 |
110 static IStorageArea* CreateStorageArea(); | 110 static IStorageArea* CreateStorageArea(); |
111 | |
112 static void FormatConfiguration(std::string& result); | |
111 }; | 113 }; |
112 } | 114 } |