comparison OrthancServer/OrthancInitialization.h @ 429:09b3c6265a94

unit test for fedora 18 problem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2013 15:13:01 +0200
parents 2d269089078f
children b8ace6fc1d1f
comparison
equal deleted inserted replaced
428:6f00823be12a 429:09b3c6265a94
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 64
65 std::string InterpretRelativePath(const std::string& baseDirectory,
66 const std::string& relativePath);
67
65 std::string InterpretStringParameterAsPath(const std::string& parameter); 68 std::string InterpretStringParameterAsPath(const std::string& parameter);
66 69
67 void GetGlobalListOfStringsParameter(std::list<std::string>& target, 70 void GetGlobalListOfStringsParameter(std::list<std::string>& target,
68 const std::string& key); 71 const std::string& key);
69 } 72 }