Mercurial > hg > svcore
comparison data/fileio/MatrixFile.cpp @ 153:8d92611901d3
...
author | Chris Cannam |
---|---|
date | Wed, 02 Aug 2006 16:42:17 +0000 |
parents | 4b2ea82fd0ed |
children | 6ec58bb8f729 |
comparison
equal
deleted
inserted
replaced
152:21792a550ec9 | 153:8d92611901d3 |
---|---|
30 #include <cassert> | 30 #include <cassert> |
31 | 31 |
32 #include <QFileInfo> | 32 #include <QFileInfo> |
33 #include <QDir> | 33 #include <QDir> |
34 | 34 |
35 //#define DEBUG_MATRIX_FILE 1 | 35 #define DEBUG_MATRIX_FILE 1 |
36 //#define DEBUG_MATRIX_FILE_READ_SET 1 | 36 #define DEBUG_MATRIX_FILE_READ_SET 1 |
37 | 37 |
38 #ifdef DEBUG_MATRIX_FILE_READ_SET | 38 #ifdef DEBUG_MATRIX_FILE_READ_SET |
39 #ifndef DEBUG_MATRIX_FILE | |
39 #define DEBUG_MATRIX_FILE 1 | 40 #define DEBUG_MATRIX_FILE 1 |
41 #endif | |
40 #endif | 42 #endif |
41 | 43 |
42 std::map<QString, int> MatrixFile::m_refcount; | 44 std::map<QString, int> MatrixFile::m_refcount; |
43 QMutex MatrixFile::m_refcountMutex; | 45 QMutex MatrixFile::m_refcountMutex; |
44 | 46 |