comparison Resources/Orthanc/Core/SystemToolbox.h @ 107:a3e8ac8b7256

support for OpenBSD
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Aug 2017 11:10:48 +0200
parents ff0ef01c332c
children a18bfe1fdd62
comparison
equal deleted inserted replaced
105:42dcf1438943 107:a3e8ac8b7256
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(); 96 std::string GenerateUuid();
97 97
98 #if BOOST_HAS_DATE_TIME == 1
99 std::string GetNowIsoString(); 98 std::string GetNowIsoString();
100 99
101 void GetNowDicom(std::string& date, 100 void GetNowDicom(std::string& date,
102 std::string& time); 101 std::string& time);
103 #endif
104 } 102 }
105 } 103 }