comparison data/fft/FFTFileCache.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 1a42221a1522
children 21792a550ec9
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
14 */ 14 */
15 15
16 #ifndef _FFT_FILE_CACHE_H_ 16 #ifndef _FFT_FILE_CACHE_H_
17 #define _FFT_FILE_CACHE_H_ 17 #define _FFT_FILE_CACHE_H_
18 18
19 #include "FFTCache.h" 19 #include "base/FFTCache.h"
20 #include "MatrixFile.h" 20 #include "fileio/MatrixFile.h"
21 21
22 #include <QMutex> 22 #include <QMutex>
23 23
24 class FFTFileCache : public FFTCache 24 class FFTFileCache : public FFTCache
25 { 25 {