Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
4569:19ea4ecd6d9a | 4570:648defffc8cc |
---|---|
107 TransferSyntaxGroup_Rle, | 107 TransferSyntaxGroup_Rle, |
108 TransferSyntaxGroup_Mpeg4, // New in Orthanc 1.6.0 | 108 TransferSyntaxGroup_Mpeg4, // New in Orthanc 1.6.0 |
109 TransferSyntaxGroup_H265 // New in Orthanc 1.9.0 | 109 TransferSyntaxGroup_H265 // New in Orthanc 1.9.0 |
110 }; | 110 }; |
111 | 111 |
112 enum TransactionType | |
113 { | |
114 TransactionType_ReadOnly, | |
115 TransactionType_ReadWrite | |
116 }; | |
117 | |
112 | 118 |
113 /** | 119 /** |
114 * WARNING: Do not change the explicit values in the enumerations | 120 * WARNING: Do not change the explicit values in the enumerations |
115 * below this point. This would result in incompatible databases | 121 * below this point. This would result in incompatible databases |
116 * between versions of Orthanc! | 122 * between versions of Orthanc! |