comparison Core/Toolbox.h @ 2242:4e8e0ad2001c

move USleep() in SystemToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2016 15:31:01 +0100
parents 84d1d392a9ab
children a3a65de1840f
comparison
equal deleted inserted replaced
2241:eb363ec95d86 2242:4e8e0ad2001c
76 { 76 {
77 }; 77 };
78 78
79 namespace Toolbox 79 namespace Toolbox
80 { 80 {
81 void USleep(uint64_t microSeconds);
82
83 void ToUpperCase(std::string& s); // Inplace version 81 void ToUpperCase(std::string& s); // Inplace version
84 82
85 void ToLowerCase(std::string& s); // Inplace version 83 void ToLowerCase(std::string& s); // Inplace version
86 84
87 void ToUpperCase(std::string& result, 85 void ToUpperCase(std::string& result,