Mercurial > hg > svcore
comparison data/fft/FFTDataServer.cpp @ 536:beb51f558e9c
* Change QMutex in Editable DTDM to a read/write lock
author | Chris Cannam |
---|---|
date | Mon, 26 Jan 2009 15:18:32 +0000 |
parents | 59dd6d1bcfb0 |
children | 3cc4b7cd2aa5 |
comparison
equal
deleted
inserted
replaced
535:3ccf48fb81d6 | 536:beb51f558e9c |
---|---|
25 #include "base/StorageAdviser.h" | 25 #include "base/StorageAdviser.h" |
26 #include "base/Exceptions.h" | 26 #include "base/Exceptions.h" |
27 #include "base/Profiler.h" | 27 #include "base/Profiler.h" |
28 #include "base/Thread.h" // for debug mutex locker | 28 #include "base/Thread.h" // for debug mutex locker |
29 | 29 |
30 #define DEBUG_FFT_SERVER 1 | 30 //#define DEBUG_FFT_SERVER 1 |
31 #define DEBUG_FFT_SERVER_FILL 1 | 31 //#define DEBUG_FFT_SERVER_FILL 1 |
32 | 32 |
33 #ifdef DEBUG_FFT_SERVER_FILL | 33 #ifdef DEBUG_FFT_SERVER_FILL |
34 #ifndef DEBUG_FFT_SERVER | 34 #ifndef DEBUG_FFT_SERVER |
35 #define DEBUG_FFT_SERVER 1 | 35 #define DEBUG_FFT_SERVER 1 |
36 #endif | 36 #endif |