#include "../DcGlobals.h"#include "../DcException.h"Go to the source code of this file.
Classes | |
| class | CdcThread |
| A wrapper on an OS threads. More... | |
Enumerations | |
| enum | t_thread_priority { DC_TP_LOWER = -2, DC_TP_LOW = -1, DC_TP_NORNAL = 0, DC_TP_HIGH = 1, DC_TP_HIGHER = 2 } |
| enum t_thread_priority |
Definition at line 29 of file DcThread.h.
1.7.2