Mercurial > hg > orthanc
diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2265:e46b0ee6c19d
allowSingleString in OrthancConfiguration::LookupListOfStrings
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 14 Feb 2017 15:59:19 +0100 |
parents | 8e5e0de75839 |
children | a344e47e9c9a |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Mon Feb 13 10:39:14 2017 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Tue Feb 14 15:59:19 2017 +0100 @@ -250,7 +250,8 @@ const std::string& key) const; bool LookupListOfStrings(std::list<std::string>& target, - const std::string& key) const; + const std::string& key, + bool allowSingleString) const; std::string GetStringValue(const std::string& key, const std::string& defaultValue) const;