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.cpp

    r1770 r1867  
    2929} 
    3030 
     31int 
     32QtPreprocessorThread::GetCurrentThreadId() const 
     33{ 
     34  QThread *thread = currentThread(); 
     35  for (int i=0; i < sThreads.size(); i++) 
     36        if (sThreads[i] == (QtPreprocessorThread *)thread) 
     37          return i+1; 
     38  return 0; 
    3139} 
     40 
     41} 
     42 
    3243 
    3344#endif 
Note: See TracChangeset for help on using the changeset viewer.