comparison Core/Toolbox.h @ 707:203157cb4fde

unit tests of httpclient
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Feb 2014 14:37:35 +0100
parents 01d8611c4a60
children 8cfc6119a5bd ecedd89055db
comparison
equal deleted inserted replaced
706:2d829ea1db96 707:203157cb4fde
64 const std::string& path); 64 const std::string& path);
65 65
66 void WriteFile(const std::string& content, 66 void WriteFile(const std::string& content,
67 const std::string& path); 67 const std::string& path);
68 68
69 void Sleep(uint32_t seconds);
70
71 void USleep(uint64_t microSeconds); 69 void USleep(uint64_t microSeconds);
72 70
73 void RemoveFile(const std::string& path); 71 void RemoveFile(const std::string& path);
74 72
75 void SplitUriComponents(UriComponents& components, 73 void SplitUriComponents(UriComponents& components,