diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-22 20:12:50 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-22 20:12:50 +0000 |
commit | 47627be8e85b2169ab3d9f34b8819cacb083b5bf (patch) | |
tree | d1a321b51c602f09039472918bb27618749ac461 /src/queuebuf.h | |
parent | 88004d87d513dcba767b1dae1e5199a89b22ce36 (diff) | |
download | libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.tar.gz libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.tar.bz2 libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.tar.xz libbu++-47627be8e85b2169ab3d9f34b8819cacb083b5bf.zip |
Bu::Conduit now works exactly as it was advertised some time ago, it uses
Bu::QueueBuf and creates a really slick blocking inter-thread I/O system.
Diffstat (limited to 'src/queuebuf.h')
-rw-r--r-- | src/queuebuf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/queuebuf.h b/src/queuebuf.h index 84b50e1..929ca35 100644 --- a/src/queuebuf.h +++ b/src/queuebuf.h | |||
@@ -24,8 +24,6 @@ namespace Bu | |||
24 | QueueBuf( int iBlockSize=256 ); | 24 | QueueBuf( int iBlockSize=256 ); |
25 | virtual ~QueueBuf(); | 25 | virtual ~QueueBuf(); |
26 | 26 | ||
27 | int getSize(); | ||
28 | |||
29 | virtual void close(); | 27 | virtual void close(); |
30 | virtual Bu::size read( void *pBuf, Bu::size nBytes ); | 28 | virtual Bu::size read( void *pBuf, Bu::size nBytes ); |
31 | virtual Bu::size peek( void *pBuf, Bu::size nBytes ); | 29 | virtual Bu::size peek( void *pBuf, Bu::size nBytes ); |