source: GTP/trunk/Lib/Vis/Preprocessing/src/PreprocessorThread.cpp @ 1159

Revision 1159, 324 bytes checked in by mattausch, 18 years ago (diff)
  • Property svn:executable set to *
Line 
1#include "PreprocessorThread.h"
2
3
4namespace GtpVisibilityPreprocessor {
5
6
7PreprocessorThread::PreprocessorThread(Preprocessor *p):
8mPreprocessor(p)
9{
10}
11
12
13PreprocessorThread::~PreprocessorThread()
14{
15}
16
17
18/*PreprocessorThread *PreprocessorThreadFactory::Create(const int threadType)
19{
20        return NULL;
21}*/
22
23}
Note: See TracBrowser for help on using the repository browser.