Changeset 1111 for trunk/MagicSoft/Cosy/base
- Timestamp:
- 12/12/01 13:26:34 (23 years ago)
- Location:
- trunk/MagicSoft/Cosy/base
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/MThread.h
r910 r1111 2 2 #define MTHREAD_H 3 3 4 #ifdef __CINT__ 5 typedef unsigned long int pthread_t; 6 #else 4 7 #include <pthread.h> 8 #endif 5 9 6 class MThread 10 class MThread 7 11 { 8 12 private:
Note:
See TracChangeset
for help on using the changeset viewer.