From d1770f567321f8b01185cdf974718aea89669a37 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Oct 2007 00:57:18 +0000 Subject: Corrected a few issues that cropped up when using the Bu::Socket without a Client for buffering. The Bu::Client has also been made a little more reliable. The logger should get a few more tweaks, but it works fine for now, the hex dump could stand another tweak or two. --- src/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/socket.h') diff --git a/src/socket.h b/src/socket.h index 95271f8..96cfeb9 100644 --- a/src/socket.h +++ b/src/socket.h @@ -25,6 +25,8 @@ namespace Bu virtual size_t read( void *pBuf, size_t nBytes, uint32_t nSec, uint32_t nUSec=0 ); virtual size_t write( const void *pBuf, size_t nBytes ); + virtual size_t write( const void *pBuf, size_t nBytes, + uint32_t nSec, uint32_t nUSec=0 ); virtual long tell(); virtual void seek( long offset ); -- cgit v1.2.3