Mercurial > hg > orthanc
diff Core/Cache/SharedArchive.cpp @ 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 | 878b59270859 |
children | cb5d75143da0 |
line wrap: on
line diff
--- a/Core/Cache/SharedArchive.cpp Wed Mar 28 14:18:02 2018 +0200 +++ b/Core/Cache/SharedArchive.cpp Wed Mar 28 15:20:50 2018 +0200 @@ -34,7 +34,7 @@ #include "../PrecompiledHeaders.h" #include "SharedArchive.h" -#include "../SystemToolbox.h" +#include "../Toolbox.h" namespace Orthanc @@ -100,7 +100,7 @@ RemoveInternal(oldest); } - std::string id = SystemToolbox::GenerateUuid(); + std::string id = Toolbox::GenerateUuid(); RemoveInternal(id); // Should never be useful because of UUID archive_[id] = obj; lru_.Add(id);