comparison OrthancServer/Sources/ServerEnumerations.h @ 5805:8a8756b2dd0b find-refactoring

cleanup
author Alain Mazy <am@orthanc.team>
date Mon, 23 Sep 2024 16:03:02 +0200
parents 40ad08b75d84
children 023a99146dd0
comparison
equal deleted inserted replaced
5804:25df40a274fd 5805:8a8756b2dd0b
198 198
199 ChangeType_INTERNAL_LastLogged = 4095, 199 ChangeType_INTERNAL_LastLogged = 4095,
200 200
201 // The changes below this point are not logged into the database 201 // The changes below this point are not logged into the database
202 ChangeType_Deleted = 4096, 202 ChangeType_Deleted = 4096,
203 ChangeType_NewChildInstance = 4097, 203 ChangeType_NewChildInstance = 4097
204
205 ChangeType_INTERNAL_All = 65535 // used to filter changes
206 }; 204 };
207 205
208 enum BuiltinDecoderTranscoderOrder 206 enum BuiltinDecoderTranscoderOrder
209 { 207 {
210 BuiltinDecoderTranscoderOrder_Before, 208 BuiltinDecoderTranscoderOrder_Before,