Reworked processing of requests in RsGxsDataAccess to prevent freezes of the gui.

This commit is contained in:
thunder2 2015-08-13 19:44:27 +02:00
parent 4a50a62cc8
commit 384e7ba035
2 changed files with 145 additions and 102 deletions

View file

@ -121,6 +121,7 @@ public:
static const uint8_t GXS_REQUEST_V2_STATUS_FINISHED_INCOMPLETE;
static const uint8_t GXS_REQUEST_V2_STATUS_COMPLETE;
static const uint8_t GXS_REQUEST_V2_STATUS_DONE; // ONCE ALL DATA RETRIEVED.
static const uint8_t GXS_REQUEST_V2_STATUS_CANCELLED;
public: