comparison base/RingBuffer.h @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents d397ea0a79f5
children 9eb7ef610d7f
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
21 #ifndef _RINGBUFFER_H_ 21 #ifndef _RINGBUFFER_H_
22 #define _RINGBUFFER_H_ 22 #define _RINGBUFFER_H_
23 23
24 #include <sys/types.h> 24 #include <sys/types.h>
25 25
26 #include "System.h" 26 #include "system/System.h"
27 #include "Scavenger.h" 27 #include "Scavenger.h"
28 28
29 //#define DEBUG_RINGBUFFER 1 29 //#define DEBUG_RINGBUFFER 1
30 30
31 #ifdef DEBUG_RINGBUFFER 31 #ifdef DEBUG_RINGBUFFER