diff OrthancServer/Sources/ServerEnumerations.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 39192eb9b43d
children 49f6b9a2b9f5
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Mon Mar 08 15:13:25 2021 +0100
+++ b/OrthancServer/Sources/ServerEnumerations.h	Mon Mar 08 16:04:56 2021 +0100
@@ -109,6 +109,12 @@
     TransferSyntaxGroup_H265    // New in Orthanc 1.9.0
   };
 
+  enum TransactionType
+  {
+    TransactionType_ReadOnly,
+    TransactionType_ReadWrite
+  };
+
 
   /**
    * WARNING: Do not change the explicit values in the enumerations