Differences From Artifact [2eb6986a25]:
- File src/MTXRequest.h — part of check-in [c29845b7b8] at 2020-10-03 16:21:34 on branch trunk — MTXClient: Add support for logging out (user: js, size: 3744) [annotate] [blame] [check-ins using]
To Artifact [c05bb8879a]:
- File
src/MTXRequest.h
— part of check-in
[d18fbd29fb]
at
2020-10-03 17:23:45
on branch trunk
— Get rid of async prefix
All operations are async anyway. (user: js, size: 3739) [annotate] [blame] [check-ins using]
︙ | |||
102 103 104 105 106 107 108 | 102 103 104 105 106 107 108 109 110 111 112 | - + | /** * @brief Performs the request and calls the specified block once the request * succeeded or failed. * * @param block The block to call once the request succeeded or failed */ |