some cleanup

This commit is contained in:
orignal 2014-10-01 21:18:41 -04:00
parent 30233bed77
commit ef2932a234
6 changed files with 10 additions and 10 deletions

View file

@ -92,7 +92,7 @@ namespace stream
StreamingDestination * GetLocalDestination () { return m_LocalDestination; };
void HandleNextPacket (Packet * packet);
size_t Send (const uint8_t * buf, size_t len, int timeout); // timeout in seconds
size_t Send (const uint8_t * buf, size_t len);
template<typename Buffer, typename ReceiveHandler>
void AsyncReceive (const Buffer& buffer, ReceiveHandler handler, int timeout = 0);