mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-01 01:55:50 -05:00
added missing comment in pqi_base
This commit is contained in:
parent
c77b9d1e1f
commit
8939896abf
@ -280,6 +280,7 @@ public:
|
|||||||
* Sends data to a prescribed location (implementation dependent)
|
* Sends data to a prescribed location (implementation dependent)
|
||||||
*@param data what will be sent
|
*@param data what will be sent
|
||||||
*@param len the size of data pointed to in memory
|
*@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;
|
virtual int senddata(void *data, int len) = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user