source: GTP/trunk/Lib/Vis/Preprocessing/src/Mailable.cpp @ 1875

Revision 1875, 275 bytes checked in by bittner, 18 years ago (diff)

added mailable - not functional yet

Line 
1#include "Mailable.h"
2#include "VssRay.h"
3#include "Containers.h"
4
5#include "PreprocessorThread.h"
6#include "Preprocessor.h"
7
8namespace GtpVisibilityPreprocessor {
9
10int
11Mailable::GetThreadId()
12{
13  return preprocessor->GetThread()->GetCurrentThreadId();
14}
15
16};
Note: See TracBrowser for help on using the repository browser.