comparison Framework/Messages/MessageType.h @ 302:4a79193ffb58 am-callable-and-promise

support for custom messages + no leaks in unit-tests
author am@osimis.io
date Tue, 18 Sep 2018 18:04:53 +0200
parents b4abaeb783b1
children aad37d0b6407
comparison
equal deleted inserted replaced
301:547e1cf7aa7b 302:4a79193ffb58
51 MessageType_OrthancApi_GetStudy_Ready, 51 MessageType_OrthancApi_GetStudy_Ready,
52 MessageType_OrthancApi_GetSeries_Ready, 52 MessageType_OrthancApi_GetSeries_Ready,
53 53
54 // used in unit tests only 54 // used in unit tests only
55 MessageType_Test1, 55 MessageType_Test1,
56 MessageType_Test2 56 MessageType_Test2,
57
58 MessageType_CustomMessage // Custom messages ids ust be greater than this (this one must remain in last position)
57 }; 59 };
58 } 60 }