comparison Resources/Orthanc/Core/SystemToolbox.h @ 22:b01d46e5a2b3

support for sandboxed environments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 12:08:15 +0100
parents ff1e935768e7
children 9ee7e2f5f1a3
comparison
equal deleted inserted replaced
21:20f623762e8e 22:b01d46e5a2b3
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);