Mercurial > hg > orthanc
comparison Core/Toolbox.h @ 2512:4dcafa8d6633
SystemToolbox::GenerateUuid moved to Toolbox::GenerateUuid
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Mar 2018 15:20:50 +0200 |
parents | 878b59270859 |
children | 97a74f0eac7a |
comparison
equal
deleted
inserted
replaced
2511:8a0d3044ef53 | 2512:4dcafa8d6633 |
---|---|
212 | 212 |
213 void FinalizeGlobalLocale(); | 213 void FinalizeGlobalLocale(); |
214 | 214 |
215 std::string ToUpperCaseWithAccents(const std::string& source); | 215 std::string ToUpperCaseWithAccents(const std::string& source); |
216 #endif | 216 #endif |
217 | |
218 std::string GenerateUuid(); | |
217 } | 219 } |
218 } | 220 } |