comparison OrthancServer/OrthancInitialization.h @ 394:9784f19f7e1b lua-scripting

path relative to configuration path, list of lua scripts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2013 11:02:15 +0200
parents e6a4c4329481
children 2d269089078f
comparison
equal deleted inserted replaced
392:7035f4a5b07b 394:9784f19f7e1b
59 int& port); 59 int& port);
60 60
61 void GetListOfDicomModalities(std::set<std::string>& target); 61 void GetListOfDicomModalities(std::set<std::string>& target);
62 62
63 void SetupRegisteredUsers(MongooseServer& httpServer); 63 void SetupRegisteredUsers(MongooseServer& httpServer);
64
65 std::string InterpretStringParameterAsPath(const std::string& parameter);
66
67 void GetGlobalListOfStringsParameter(std::list<std::string>& target,
68 const std::string& key);
64 } 69 }