comparison Framework/Messages/MessageType.h @ 300:b4abaeb783b1 am-callable-and-promise

messaging refactoring almost complete: works fine in native
author am@osimis.io
date Tue, 18 Sep 2018 15:23:21 +0200
parents 3897f9f28cfa
children 4a79193ffb58
comparison
equal deleted inserted replaced
299:3897f9f28cfa 300:b4abaeb783b1
43 43
44 MessageType_OrthancApi_InternalGetJsonResponseReady, 44 MessageType_OrthancApi_InternalGetJsonResponseReady,
45 MessageType_OrthancApi_InternalGetJsonResponseError, 45 MessageType_OrthancApi_InternalGetJsonResponseError,
46 46
47 MessageType_OrthancApi_GenericGetJson_Ready, 47 MessageType_OrthancApi_GenericGetJson_Ready,
48 MessageType_OrthancApi_GenericGetBinary_Ready,
48 MessageType_OrthancApi_GenericHttpError_Ready, 49 MessageType_OrthancApi_GenericHttpError_Ready,
49 MessageType_OrthancApi_GetStudyIds_Ready, 50 MessageType_OrthancApi_GetStudyIds_Ready,
50 MessageType_OrthancApi_GetStudy_Ready, 51 MessageType_OrthancApi_GetStudy_Ready,
51 MessageType_OrthancApi_GetSeries_Ready, 52 MessageType_OrthancApi_GetSeries_Ready,
52 53