diff data/fft/FFTDataServer.h @ 152:21792a550ec9 last-cc-copyright

* Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel (wow!), and make DTDM an abstract base * Move FFTFuzzyAdapter to FFTModel as a new subclass of DTDM
author Chris Cannam
date Mon, 31 Jul 2006 17:05:18 +0000
parents 1a42221a1522
children 6ec58bb8f729
line wrap: on
line diff
--- a/data/fft/FFTDataServer.h	Mon Jul 31 16:15:45 2006 +0000
+++ b/data/fft/FFTDataServer.h	Mon Jul 31 17:05:18 2006 +0000
@@ -52,6 +52,7 @@
                                            bool polar,
                                            size_t fillFromColumn = 0);
 
+    static void claimInstance(FFTDataServer *);
     static void releaseInstance(FFTDataServer *);
 
     const DenseTimeValueModel *getModel() const { return m_model; }