Mercurial > hg > svcore
comparison data/fft/FFTDataServer.cpp @ 452:325112751f0e
* Save/load of region models
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 12:04:22 +0000 |
parents | cff476cfce77 |
children | 3e0f1f7bec85 |
comparison
equal
deleted
inserted
replaced
451:3c5252e7cefd | 452:325112751f0e |
---|---|
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 |