comparison PostgreSQL/Plugins/PostgreSQLStorageArea.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
21 21
22 #include "PostgreSQLStorageArea.h" 22 #include "PostgreSQLStorageArea.h"
23 #include "PostgreSQLDefinitions.h" 23 #include "PostgreSQLDefinitions.h"
24 24
25 #include "../../Framework/PostgreSQL/PostgreSQLTransaction.h" 25 #include "../../Framework/PostgreSQL/PostgreSQLTransaction.h"
26 #include "../../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
26 27
27 #include <Plugins/Samples/Common/OrthancPluginCppWrapper.h> 28 #include <Logging.h>
28 #include <Core/Logging.h>
29 29
30 30
31 namespace OrthancDatabases 31 namespace OrthancDatabases
32 { 32 {
33 IDatabase* PostgreSQLStorageArea::OpenInternal() 33 IDatabase* PostgreSQLStorageArea::OpenInternal()