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 *
RevLine 
[492]1#include "PreprocessorThread.h"
2
3
[863]4namespace GtpVisibilityPreprocessor {
[492]5
[860]6
[1145]7PreprocessorThread::PreprocessorThread(Preprocessor *p):
8mPreprocessor(p)
[492]9{
[1145]10}
[556]11
[878]12
[556]13PreprocessorThread::~PreprocessorThread()
14{
15}
[860]16
[1154]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.