source:
GTP/trunk/Lib/Vis/Preprocessing/src/Mailable.cpp
@
1875
Revision 1875, 275 bytes checked in by bittner, 18 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[1875] | 1 | #include "Mailable.h" |
2 | #include "VssRay.h" | |
3 | #include "Containers.h" | |
4 | ||
5 | #include "PreprocessorThread.h" | |
6 | #include "Preprocessor.h" | |
7 | ||
8 | namespace GtpVisibilityPreprocessor { | |
9 | ||
10 | int | |
11 | Mailable::GetThreadId() | |
12 | { | |
13 | return preprocessor->GetThread()->GetCurrentThreadId(); | |
14 | } | |
15 | ||
16 | }; |
Note: See TracBrowser
for help on using the repository browser.