Ignore:
Timestamp:
12/08/06 17:10:14 (18 years ago)
Author:
bittner
Message:

merge, global lines, rss sampling updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtPreprocessorThread.h

    r1842 r1867  
    1616  ~QtPreprocessorThread(); 
    1717   
    18   void InitThread() {} 
     18  void InitThread() { 
     19        PreprocessorThread::InitThread(); 
     20  } 
    1921  void RunThread() { 
    2022        start(QThread::LowPriority); 
    2123  } 
    22    
     24 
     25  // This function has to be defined by the thread library used... 
     26  virtual int GetCurrentThreadId() const; 
     27 
    2328   
    2429protected: 
Note: See TracChangeset for help on using the changeset viewer.