aboutsummaryrefslogtreecommitdiff
path: root/src/ringbuffer.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-06-05 18:46:01 +0000
committerMike Buland <eichlan@xagasoft.com>2007-06-05 18:46:01 +0000
commit8c2c728ce5aa1c1941426d0f8e9ab27762ef6754 (patch)
tree29568db8f979596341b0cdf8f0c25d9a78a48b7d /src/ringbuffer.cpp
parentb7e40536df9bf9bbad3b2b7a59f33ebad25fc981 (diff)
downloadlibbu++-8c2c728ce5aa1c1941426d0f8e9ab27762ef6754.tar.gz
libbu++-8c2c728ce5aa1c1941426d0f8e9ab27762ef6754.tar.bz2
libbu++-8c2c728ce5aa1c1941426d0f8e9ab27762ef6754.tar.xz
libbu++-8c2c728ce5aa1c1941426d0f8e9ab27762ef6754.zip
Added a basic ringbuffer, it should be nice and quick, but may be bad to use
with objects at the moment, still contemplating that one...
Diffstat (limited to 'src/ringbuffer.cpp')
-rw-r--r--src/ringbuffer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ringbuffer.cpp b/src/ringbuffer.cpp
new file mode 100644
index 0000000..feb9bc7
--- /dev/null
+++ b/src/ringbuffer.cpp
@@ -0,0 +1,2 @@
1#include "bu/ringbuffer.h"
2