From 47627be8e85b2169ab3d9f34b8819cacb083b5bf Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Mar 2011 20:12:50 +0000 Subject: 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. --- src/queuebuf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/queuebuf.h') 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 QueueBuf( int iBlockSize=256 ); virtual ~QueueBuf(); - int getSize(); - virtual void close(); virtual Bu::size read( void *pBuf, Bu::size nBytes ); virtual Bu::size peek( void *pBuf, Bu::size nBytes ); -- cgit v1.2.3