comparison Framework/Plugins/StorageBackend.cpp @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 275e14f57f1e
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
26 #endif 26 #endif
27 27
28 #include "../../Framework/Common/BinaryStringValue.h" 28 #include "../../Framework/Common/BinaryStringValue.h"
29 #include "../../Framework/Common/FileValue.h" 29 #include "../../Framework/Common/FileValue.h"
30 30
31 #include <Core/OrthancException.h> 31 #include <OrthancException.h>
32 32
33 33
34 #define ORTHANC_PLUGINS_DATABASE_CATCH \ 34 #define ORTHANC_PLUGINS_DATABASE_CATCH \
35 catch (::Orthanc::OrthancException& e) \ 35 catch (::Orthanc::OrthancException& e) \
36 { \ 36 { \