Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/data/fft/FFTDataServer.cpp Fri Jan 23 14:00:29 2009 +0000 +++ b/data/fft/FFTDataServer.cpp Mon Jan 26 15:18:32 2009 +0000 @@ -27,8 +27,8 @@ #include "base/Profiler.h" #include "base/Thread.h" // for debug mutex locker -#define DEBUG_FFT_SERVER 1 -#define DEBUG_FFT_SERVER_FILL 1 +//#define DEBUG_FFT_SERVER 1 +//#define DEBUG_FFT_SERVER_FILL 1 #ifdef DEBUG_FFT_SERVER_FILL #ifndef DEBUG_FFT_SERVER