comparison OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 4589:bec74e29f86b db-changes

attaching the listener to transactions in IDatabaseWrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Mar 2021 15:33:47 +0100
parents efd90f778cd2
children 95ffe3b6ef7c
comparison
equal deleted inserted replaced
4588:94147ce2f097 4589:bec74e29f86b
48 #include "../OrthancConfiguration.h" 48 #include "../OrthancConfiguration.h"
49 #include "../Search/DatabaseLookup.h" 49 #include "../Search/DatabaseLookup.h"
50 #include "../ServerContext.h" 50 #include "../ServerContext.h"
51 #include "../ServerToolbox.h" 51 #include "../ServerToolbox.h"
52 #include "../SliceOrdering.h" 52 #include "../SliceOrdering.h"
53
54 #include "../../Plugins/Engine/OrthancPlugins.h"
55 53
56 // This "include" is mandatory for Release builds using Linux Standard Base 54 // This "include" is mandatory for Release builds using Linux Standard Base
57 #include <boost/math/special_functions/round.hpp> 55 #include <boost/math/special_functions/round.hpp>
58 56
59 57