mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-19 20:01:48 -05:00
added missing comment in pqi_base
This commit is contained in:
parent
c77b9d1e1f
commit
8939896abf
@ -280,7 +280,8 @@ public:
|
||||
* Sends data to a prescribed location (implementation dependent)
|
||||
*@param data what will be sent
|
||||
*@param len the size of data pointed to in memory
|
||||
*/
|
||||
*@returns total number of bytes actually sent
|
||||
*/
|
||||
virtual int senddata(void *data, int len) = 0;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user