Safer rsGxsChannel API

Protect data members with mutexes
Print messages when errors happens
This commit is contained in:
Gioacchino Mazzurco 2018-10-29 05:50:11 +01:00
parent 5e6e9e03e5
commit 8fd22c8fd1
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
7 changed files with 204 additions and 196 deletions

View file

@ -54,7 +54,7 @@ public:
protected:
/// This must be overloaded to complete the functionality.
virtual void handleResponse(uint32_t token, uint32_t req_type);
virtual void handleResponse(uint32_t token, uint32_t req_type) = 0;
private:
RsGenExchange *mGenExchange;