Mercurial > hg > svcore
comparison data/fileio/FileReadThread.cpp @ 453:1f15beefcd76
* debug
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 12:22:02 +0000 |
parents | 115f60df1e4d |
children | 3e0f1f7bec85 |
comparison
equal
deleted
inserted
replaced
452:325112751f0e | 453:1f15beefcd76 |
---|---|
19 #include "base/Thread.h" | 19 #include "base/Thread.h" |
20 | 20 |
21 #include <iostream> | 21 #include <iostream> |
22 #include <unistd.h> | 22 #include <unistd.h> |
23 | 23 |
24 //#define DEBUG_FILE_READ_THREAD 1 | 24 #define DEBUG_FILE_READ_THREAD 1 |
25 | 25 |
26 FileReadThread::FileReadThread() : | 26 FileReadThread::FileReadThread() : |
27 m_nextToken(0), | 27 m_nextToken(0), |
28 m_exiting(false) | 28 m_exiting(false) |
29 { | 29 { |