comparison Core/SystemToolbox.h @ 2933:4a38d7d4f0e0

new class: OrthancConfiguration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2018 17:08:48 +0100
parents ad0e7def3338
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2931:89f2c302fc37 2933:4a38d7d4f0e0
103 unsigned int GetHardwareConcurrency(); 103 unsigned int GetHardwareConcurrency();
104 104
105 MimeType AutodetectMimeType(const std::string& path); 105 MimeType AutodetectMimeType(const std::string& path);
106 106
107 void GetEnvironmentVariables(std::map<std::string, std::string>& env); 107 void GetEnvironmentVariables(std::map<std::string, std::string>& env);
108
109 std::string InterpretRelativePath(const std::string& baseDirectory,
110 const std::string& relativePath);
108 } 111 }
109 } 112 }