comparison Core/SystemToolbox.h @ 2906:2a504fef4ed7

AutodetectMimeType() now using boost::filesystem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Oct 2018 12:29:55 +0100
parents f790999a250a
children 9d277f8ad698
comparison
equal deleted inserted replaced
2905:ae20fccdd867 2906:2a504fef4ed7
98 void GetNowDicom(std::string& date, 98 void GetNowDicom(std::string& date,
99 std::string& time, 99 std::string& time,
100 bool utc); 100 bool utc);
101 101
102 unsigned int GetHardwareConcurrency(); 102 unsigned int GetHardwareConcurrency();
103
104 std::string AutodetectMimeType(const std::string& path);
103 } 105 }
104 } 106 }