aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-02 20:35:44 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-02 20:35:44 +0000
commitbd865cee5f89116c1f054cd0e5c275e97c2d0a9b (patch)
treee3e27a6b9bd5e2be6150088495c91fc91786ad9d /src/socket.h
parent62fb9ee2ff8b1d9590c92a703d6506de6aa8df52 (diff)
downloadlibbu++-bd865cee5f89116c1f054cd0e5c275e97c2d0a9b.tar.gz
libbu++-bd865cee5f89116c1f054cd0e5c275e97c2d0a9b.tar.bz2
libbu++-bd865cee5f89116c1f054cd0e5c275e97c2d0a9b.tar.xz
libbu++-bd865cee5f89116c1f054cd0e5c275e97c2d0a9b.zip
The list has an isEmpty funcion, and the socket may have a new read function
soon, check it out...later...
Diffstat (limited to '')
-rw-r--r--src/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h
index 9e36041..c291549 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -21,6 +21,7 @@ namespace Bu
21 virtual void close(); 21 virtual void close();
22 //virtual void read(); 22 //virtual void read();
23 virtual size_t read( void *pBuf, size_t nBytes ); 23 virtual size_t read( void *pBuf, size_t nBytes );
24 virtual size_t read( void *pBuf, size_t nBytes, uint32_t nTimeout );
24 virtual size_t write( const void *pBuf, size_t nBytes ); 25 virtual size_t write( const void *pBuf, size_t nBytes );
25 26
26 virtual long tell(); 27 virtual long tell();