comparison Core/SystemToolbox.h @ 2908:9d277f8ad698

new enumeration: MimeType
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Oct 2018 16:16:07 +0100
parents 2a504fef4ed7
children ad0e7def3338
comparison
equal deleted inserted replaced
2907:0204af4ece6a 2908:9d277f8ad698
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 103
104 std::string AutodetectMimeType(const std::string& path); 104 MimeType AutodetectMimeType(const std::string& path);
105 } 105 }
106 } 106 }