Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vsnet_thread_non.cpp
Go to the documentation of this file.
1 #include "vsnet_thread.h"
2 #include "vsnet_debug.h"
3 
4 
5 #ifdef USE_NO_THREAD
6 
7 /*------------------------------------------------------------*
8 * definition of VSThread *
9 *------------------------------------------------------------*/
10 
12 {}
13 
15 {}
16 
18 {}
19 
21 {}
22 
24 {}
25 
26 /*------------------------------------------------------------*
27 * definition of VSMutex *
28 *------------------------------------------------------------*/
29 
31 {}
32 
34 {}
35 
37 {}
38 
40 {}
41 
42 /*------------------------------------------------------------*
43 * definition of VSCond *
44 *------------------------------------------------------------*/
45 
47 {}
48 
50 {}
51 
52 void VSCond::wait( VSMutex &mx )
53 {}
54 
56 {}
57 
59 {}
60 
61 #endif /* USE_NO_THREAD */
62