Mercurial > hg > orthanc-object-storage
comparison Common/EncryptionConfigurator.h @ 153:6dd8bb916573
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 21 Jun 2024 14:29:22 +0200 |
parents | 3c7e0374f28e |
children |
comparison
equal
deleted
inserted
replaced
152:d62f52be1943 | 153:6dd8bb916573 |
---|---|
20 | 20 |
21 #pragma once | 21 #pragma once |
22 | 22 |
23 #include "EncryptionHelpers.h" | 23 #include "EncryptionHelpers.h" |
24 | 24 |
25 class EncryptionConfigurator | 25 namespace EncryptionConfigurator |
26 { | 26 { |
27 | 27 EncryptionHelpers* CreateEncryptionHelpers(const OrthancPlugins::OrthancConfiguration& encryptionSection); |
28 public: | 28 } |
29 static EncryptionHelpers* CreateEncryptionHelpers(const OrthancPlugins::OrthancConfiguration& encryptionSection); | |
30 | |
31 }; |