comparison base/FileReadThread.cpp @ 100:2b1a16e38d2d

* couple of changes for win32
author Chris Cannam
date Fri, 05 May 2006 11:35:47 +0000
parents 1aebdc68ec6d
children
comparison
equal deleted inserted replaced
99:9a44ccae165c 100:2b1a16e38d2d
14 */ 14 */
15 15
16 #include "FileReadThread.h" 16 #include "FileReadThread.h"
17 17
18 #include <iostream> 18 #include <iostream>
19 #include <unistd.h>
19 20
20 FileReadThread::FileReadThread() : 21 FileReadThread::FileReadThread() :
21 m_nextToken(0), 22 m_nextToken(0),
22 m_exiting(false) 23 m_exiting(false)
23 { 24 {