comparison Core/Toolbox.h @ 483:8c3573d28868

export dicom instances to the filesystem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 12:01:39 +0200
parents 6f8ae46ed90e
children b22312081388 0bedf8ff9288
comparison
equal deleted inserted replaced
482:b05eb8708aee 483:8c3573d28868
55 void ToLowerCase(std::string& s); 55 void ToLowerCase(std::string& s);
56 56
57 void ReadFile(std::string& content, 57 void ReadFile(std::string& content,
58 const std::string& path); 58 const std::string& path);
59 59
60 void WriteFile(const std::string& content,
61 const std::string& path);
62
60 void Sleep(uint32_t seconds); 63 void Sleep(uint32_t seconds);
61 64
62 void USleep(uint64_t microSeconds); 65 void USleep(uint64_t microSeconds);
63 66
64 void RemoveFile(const std::string& path); 67 void RemoveFile(const std::string& path);