Changeset 1154 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 07/26/06 02:22:26 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/PreprocessorThread.cpp
r1146 r1154 16 16 } 17 17 18 19 /*PreprocessorThread *PreprocessorThreadFactory::Create(const int threadType) 20 { 21 return NULL; 22 }*/ 23 18 24 } -
GTP/trunk/Lib/Vis/Preprocessing/src/PreprocessorThread.h
r1146 r1154 25 25 }; 26 26 27 /*class PreprocessorThreadFactory 28 { 29 PreprocessorThread *Create(const int threadType); 30 }*/ 31 27 32 } 28 33 -
GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp
r1153 r1154 172 172 173 173 174 // create a preprocessor thread 175 //PreprocessorThread *pt = new PreprocessorThread(p, app); 174 // create a preprocessor thread (note: capsulte calls to boost fuctions!) 175 176 //PreprocessorThread *pt = PreprocessorThreadFactory::Create(preprocessor); 176 177 BoostPreprocessorThread pt(preprocessor); 177 178
Note: See TracChangeset
for help on using the changeset viewer.