From f7f45e9630912cfca6b3a6b60577f02924c3dbc9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 3 Jul 2007 00:50:59 +0000 Subject: Ah, that explains much, I did the big reorg -> trunk move and forgot to commit some things, so here they are, after being manually copied. --- src/socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/socket.h') diff --git a/src/socket.h b/src/socket.h index c291549..9f82456 100644 --- a/src/socket.h +++ b/src/socket.h @@ -21,7 +21,8 @@ namespace Bu virtual void close(); //virtual void read(); virtual size_t read( void *pBuf, size_t nBytes ); - virtual size_t read( void *pBuf, size_t nBytes, uint32_t nTimeout ); + 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 long tell(); -- cgit v1.2.3