diff layer/SpectrogramLayer.h @ 92:23d1e37bbfb4

* Make a single base Thread class for RT and non-RT threads * Pull ResizeableBitmap out from the MatrixFile's ColumnBitmap * Reorder SpectrogramLayer::paint somewhat so as to improve cache hit ratio in the FFT file cache
author Chris Cannam
date Mon, 08 May 2006 16:44:47 +0000
parents 7d06e7cf5d5a
children c7ade7ea3cfe
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Mon May 08 13:51:16 2006 +0000
+++ b/layer/SpectrogramLayer.h	Mon May 08 16:44:47 2006 +0000
@@ -19,7 +19,7 @@
 #include "base/Layer.h"
 #include "base/Window.h"
 #include "base/RealTime.h"
-#include "base/NonRTThread.h"
+#include "base/Thread.h"
 #include "model/PowerOfSqrtTwoZoomConstraint.h"
 #include "model/DenseTimeValueModel.h"
 
@@ -240,7 +240,7 @@
     FFTCacheBase *m_writeCache;
     bool m_cacheInvalid;
 
-    class CacheFillThread : public NonRTThread
+    class CacheFillThread : public Thread
     {
     public:
 	CacheFillThread(SpectrogramLayer &layer) :