source:
orxonox.OLD/trunk/src/lib/util/threads/threading.h
@
10735
| Last change on this file since 10735 was 10618, checked in by bknecht, 19 years ago | |
|---|---|
| File size: 283 bytes | |
| Rev | Line | |
|---|---|---|
| [4838] | 1 | /*! |
| [7329] | 2 | * @file threading.h |
| 3 | * @brief Definition of Thread Classes. | |
| 4 | * | |
| 5 | * These are mainly Classes, that are used for wrapping around SDL_thread | |
| [3245] | 6 | */ |
| [1853] | 7 | |
| [7329] | 8 | #ifndef _THREADING_H |
| 9 | #define _THREADING_H | |
| [1853] | 10 | |
| [10574] | 11 | #include "thread.h" |
| 12 | #include "mutex.h" | |
| 13 | #include "mutex_locker.h" | |
| [1853] | 14 | |
| 15 | ||
| [3245] | 16 | |
| [7329] | 17 | #endif /* _THREADING_H */ |
Note: See TracBrowser
for help on using the repository browser.










