comparison Framework/Plugins/DatabaseBackendAdapterV2.h @ 207:d9ef3f16e6a2

wrapping transactions in API v3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Mar 2021 15:11:45 +0100
parents 873e37048f96
children c8e06b41feec
comparison
equal deleted inserted replaced
206:6dcf57074dd4 207:d9ef3f16e6a2
76 * 76 *
77 * @param context The Orthanc plugin context, as received by OrthancPluginInitialize(). 77 * @param context The Orthanc plugin context, as received by OrthancPluginInitialize().
78 * @param backend Your custom database engine. 78 * @param backend Your custom database engine.
79 **/ 79 **/
80 80
81 static void Register(OrthancPluginContext* context, 81 static void Register(IDatabaseBackend& backend);
82 IDatabaseBackend& backend);
83 }; 82 };
84 } 83 }