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.cpp | |
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 '')
-rw-r--r-- | src/queuebuf.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/queuebuf.cpp b/src/queuebuf.cpp index 69abf4b..98d8ee0 100644 --- a/src/queuebuf.cpp +++ b/src/queuebuf.cpp | |||
@@ -24,11 +24,6 @@ Bu::QueueBuf::~QueueBuf() | |||
24 | delete[] *i; | 24 | delete[] *i; |
25 | } | 25 | } |
26 | 26 | ||
27 | int Bu::QueueBuf::getSize() | ||
28 | { | ||
29 | return iTotalSize; | ||
30 | } | ||
31 | |||
32 | void Bu::QueueBuf::close() | 27 | void Bu::QueueBuf::close() |
33 | { | 28 | { |
34 | for( BlockList::iterator i = lBlocks.begin(); i; i++ ) | 29 | for( BlockList::iterator i = lBlocks.begin(); i; i++ ) |