comparison OrthancFramework/Sources/TemporaryFile.cpp @ 4297:785a2713323e

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 17:20:49 +0100
parents b313a0001893
children b30a8de92ad9
comparison
equal deleted inserted replaced
4296:3b70a2e6a06c 4297:785a2713323e
50 { 50 {
51 dir = temporaryDirectory; 51 dir = temporaryDirectory;
52 } 52 }
53 53
54 // We use UUID to create unique path to temporary files 54 // We use UUID to create unique path to temporary files
55 const std::string uuid = Orthanc::Toolbox::GenerateUuid(); 55 const std::string uuid = Toolbox::GenerateUuid();
56 56
57 // New in Orthanc 1.5.8: Prefix the process ID to the name of the 57 // New in Orthanc 1.5.8: Prefix the process ID to the name of the
58 // temporary files, in order to locate orphan temporary files that 58 // temporary files, in order to locate orphan temporary files that
59 // were left by instances of Orthanc that exited in non-clean way 59 // were left by instances of Orthanc that exited in non-clean way
60 // https://groups.google.com/d/msg/orthanc-users/MSJX53bw6Lw/d3S3lRRLAwAJ 60 // https://groups.google.com/d/msg/orthanc-users/MSJX53bw6Lw/d3S3lRRLAwAJ