diff OrthancServer/Sources/Database/BaseDatabaseWrapper.h @ 5847:70a879a7b658 find-refactoring

introduction of IDatabaseWrapper::ICompatibilityTransaction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Oct 2024 13:46:29 +0000
parents 82fc95cc168c
children
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Tue Oct 29 13:29:43 2024 +0000
+++ b/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Tue Oct 29 13:46:29 2024 +0000
@@ -34,7 +34,9 @@
   class BaseDatabaseWrapper : public IDatabaseWrapper
   {
   public:
-    class BaseTransaction : public IDatabaseWrapper::ITransaction
+    class BaseTransaction :
+      public IDatabaseWrapper::ITransaction,
+      public IDatabaseWrapper::ICompatibilityTransaction
     {
     public:
       virtual int64_t IncrementGlobalProperty(GlobalProperty property,