mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-19 03:18:15 -04:00
Safer rsGxsChannel API
Protect data members with mutexes Print messages when errors happens
This commit is contained in:
parent
5e6e9e03e5
commit
8fd22c8fd1
7 changed files with 204 additions and 196 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue