2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
15 ThreadInfo(const ThreadInfo
& other
);
16 ThreadInfo(team_id team
, thread_id thread
,
19 void SetTo(team_id team
, thread_id thread
,
22 team_id
TeamID() const { return fTeam
; }
23 thread_id
ThreadID() const { return fThread
; }
24 const char* Name() const { return fName
.String(); }
33 #endif // THREAD_INFO_H