Fixed docs, oops.

This commit is contained in:
Thulinma 2011-09-13 00:35:16 +02:00
parent f9f13a1fa1
commit e23fbfd109

View file

@ -128,8 +128,6 @@ namespace Buffer{
return (currsend == len);
}//doSend
/// Try to send data to this user. Disconnects if any problems occur.
/// \param ringbuf Array of buffers (FLV:Tag with ID attached)
/// \param buffers Count of elements in ringbuf
void Send(){
if (!S.connected()){return;}//cancel if not connected
if (myRing->waiting){return;}//still waiting for next buffer?