diff OrthancServer/Sources/Database/IDatabaseWrapper.h @ 4570:648defffc8cc db-changes

new enum: TransactionType
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Mar 2021 16:04:56 +0100
parents 2a0f8031fb93
children 9224e107d613
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/IDatabaseWrapper.h	Mon Mar 08 15:13:25 2021 +0100
+++ b/OrthancServer/Sources/Database/IDatabaseWrapper.h	Mon Mar 08 16:04:56 2021 +0100
@@ -195,7 +195,7 @@
     virtual void SetProtectedPatient(int64_t internalId, 
                                      bool isProtected) = 0;
 
-    virtual ITransaction* StartTransaction() = 0;
+    virtual ITransaction* StartTransaction(TransactionType type) = 0;
 
     virtual void SetListener(IDatabaseListener& listener) = 0;