X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOSettings.h;h=2e4eeb6aeda1a17d722de94cedf28dfa0a7bab7e;hb=e13ea6551e8721b11998dc33ddccf3f89458f173;hp=76f8214f616fc51fe6af62477ff35104c09aa028;hpb=852af4a5c6e97a6fc349126cf3370e27f89fe067;p=creaImageIO.git diff --git a/src2/creaImageIOSettings.h b/src2/creaImageIOSettings.h index 76f8214..2e4eeb6 100644 --- a/src2/creaImageIOSettings.h +++ b/src2/creaImageIOSettings.h @@ -5,6 +5,7 @@ #define SETTINGS_SYNC_EVENT "" #define SETTINGS_SYNC_FREQ "" #define SETTINGS_DBPATH "" +#define SETTINGS_COPY_PATH "" namespace creaImageIO @@ -20,6 +21,9 @@ namespace creaImageIO void addDB(const std::string &i_path); void removeDB(const std::string &i_path); + + void updateSetting(const std::string& key, const std::string &val); + //write configuration file void writeSettingsFile();