aboutsummaryrefslogtreecommitdiff
path: root/src/tcpsocket.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-01-14 23:14:13 +0000
committerMike Buland <eichlan@xagasoft.com>2011-01-14 23:14:13 +0000
commit9edd5b50c2b928be9fc7569170103a41cbc80e5f (patch)
tree6aca60610546ed3fc9c5d1a6669bb09c2b8c1203 /src/tcpsocket.h
parent8aa6cee7eed01384771e05ecb425e4df9da4687b (diff)
downloadlibbu++-9edd5b50c2b928be9fc7569170103a41cbc80e5f.tar.gz
libbu++-9edd5b50c2b928be9fc7569170103a41cbc80e5f.tar.bz2
libbu++-9edd5b50c2b928be9fc7569170103a41cbc80e5f.tar.xz
libbu++-9edd5b50c2b928be9fc7569170103a41cbc80e5f.zip
Here's a udp socket. It's not done yet, it can just about send data.
Diffstat (limited to 'src/tcpsocket.h')
-rw-r--r--src/tcpsocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tcpsocket.h b/src/tcpsocket.h
index 3361e84..ce15172 100644
--- a/src/tcpsocket.h
+++ b/src/tcpsocket.h
@@ -65,7 +65,6 @@ namespace Bu
65 virtual ~TcpSocket(); 65 virtual ~TcpSocket();
66 66
67 virtual void close(); 67 virtual void close();
68 //virtual void read();
69 virtual size_t read( void *pBuf, size_t nBytes ); 68 virtual size_t read( void *pBuf, size_t nBytes );
70 virtual size_t read( void *pBuf, size_t nBytes, 69 virtual size_t read( void *pBuf, size_t nBytes,
71 uint32_t nSec, uint32_t nUSec=0 ); 70 uint32_t nSec, uint32_t nUSec=0 );