Mercurial > hg > orthanc
comparison Core/SystemToolbox.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 | 8cc3ca64a534 |
children | f790999a250a |
comparison
equal
deleted
inserted
replaced
2511:8a0d3044ef53 | 2512:4dcafa8d6633 |
---|---|
91 bool IsRegularFile(const std::string& path); | 91 bool IsRegularFile(const std::string& path); |
92 | 92 |
93 FILE* OpenFile(const std::string& path, | 93 FILE* OpenFile(const std::string& path, |
94 FileMode mode); | 94 FileMode mode); |
95 | 95 |
96 std::string GenerateUuid(); | |
97 | |
98 std::string GetNowIsoString(bool utc); | 96 std::string GetNowIsoString(bool utc); |
99 | 97 |
100 void GetNowDicom(std::string& date, | 98 void GetNowDicom(std::string& date, |
101 std::string& time, | 99 std::string& time, |
102 bool utc); | 100 bool utc); |