mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
Convert to RsTokenService::GxsRequestStatus
Indicate GxsRequest status with an enum instead of uint_* that make the code less readable and more prone to errors
This commit is contained in:
parent
b4d2ce82c1
commit
2f4b9b3e20
7 changed files with 63 additions and 74 deletions
|
@ -199,7 +199,7 @@ public:
|
|||
* @param token value of token to check status for
|
||||
* @return the current status of request
|
||||
*/
|
||||
virtual uint32_t requestStatus(const uint32_t token) = 0;
|
||||
virtual GxsRequestStatus requestStatus(const uint32_t token) = 0;
|
||||
|
||||
/*!
|
||||
* This request statistics on amount of data held
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue