added missing comment in pqi_base

This commit is contained in:
csoler 2021-10-20 23:06:25 +02:00
parent c77b9d1e1f
commit 8939896abf

View File

@ -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;
/**