Mercurial > hg > orthanc
comparison OrthancFramework/Sources/FileStorage/StorageCache.h @ 5460:1474fd6ea6c6
CppCheck
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 11 Dec 2023 12:03:48 +0100 |
parents | 4be5f117aa0d |
children | 48b8dae6dc77 |
comparison
equal
deleted
inserted
replaced
5458:d7c9c85d78dc | 5460:1474fd6ea6c6 |
---|---|
46 // the same file. | 46 // the same file. |
47 class Accessor : public MemoryStringCache::Accessor | 47 class Accessor : public MemoryStringCache::Accessor |
48 { | 48 { |
49 StorageCache& storageCache_; | 49 StorageCache& storageCache_; |
50 public: | 50 public: |
51 Accessor(StorageCache& cache); | 51 explicit Accessor(StorageCache& cache); |
52 | 52 |
53 void Add(const std::string& uuid, | 53 void Add(const std::string& uuid, |
54 FileContentType contentType, | 54 FileContentType contentType, |
55 const std::string& value); | 55 const std::string& value); |
56 | 56 |