comparison OrthancServer/OrthancInitialization.h @ 407:2d269089078f

reintegration of lua scripting into mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2013 16:49:28 +0200
parents 4d5f0857ec9c 9784f19f7e1b
children 09b3c6265a94
comparison
equal deleted inserted replaced
406:fb1d988a978b 407:2d269089078f
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 }