From e23fbfd109c6876a291c6f813fd396159a00a986 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 13 Sep 2011 00:35:16 +0200 Subject: [PATCH] Fixed docs, oops. --- Buffer/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Buffer/main.cpp b/Buffer/main.cpp index e5e8caea..1cc8e708 100644 --- a/Buffer/main.cpp +++ b/Buffer/main.cpp @@ -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?