comparison base/RingBuffer.h @ 485:9eb7ef610d7f

* Add more informative text to Find a Transform (particularly when none available)
author Chris Cannam
date Thu, 20 Nov 2008 12:09:55 +0000
parents 4b2ea82fd0ed
children 2d551c765d51
comparison
equal deleted inserted replaced
484:45ded09e4710 485:9eb7ef610d7f
24 #include <sys/types.h> 24 #include <sys/types.h>
25 25
26 #include "system/System.h" 26 #include "system/System.h"
27 #include "Scavenger.h" 27 #include "Scavenger.h"
28 28
29 #include <cstring> // memcpy, memset &c
30
29 //#define DEBUG_RINGBUFFER 1 31 //#define DEBUG_RINGBUFFER 1
30 32
31 #ifdef DEBUG_RINGBUFFER 33 #ifdef DEBUG_RINGBUFFER
32 #include <iostream> 34 #include <iostream>
33 #endif 35 #endif