comparison Core/SystemToolbox.h @ 2172:84d1d392a9ab

GenerateUuid() not available in sandboxed environments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 12:06:00 +0100
parents fd5875662670
children 4e8e0ad2001c
comparison
equal deleted inserted replaced
2171:35febe19e874 2172:84d1d392a9ab
88 bool IsRegularFile(const std::string& path); 88 bool IsRegularFile(const std::string& path);
89 89
90 FILE* OpenFile(const std::string& path, 90 FILE* OpenFile(const std::string& path,
91 FileMode mode); 91 FileMode mode);
92 92
93 std::string GenerateUuid();
94
93 #if BOOST_HAS_DATE_TIME == 1 95 #if BOOST_HAS_DATE_TIME == 1
94 std::string GetNowIsoString(); 96 std::string GetNowIsoString();
95 97
96 void GetNowDicom(std::string& date, 98 void GetNowDicom(std::string& date,
97 std::string& time); 99 std::string& time);