- Timestamp:
- Aug 31, 1999, 10:22:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/os2timer.cpp
r759 r763 1 /* $Id: os2timer.cpp,v 1.1 1 1999-08-31 16:41:48phaller Exp $ */1 /* $Id: os2timer.cpp,v 1.12 1999-08-31 20:22:27 phaller Exp $ */ 2 2 3 3 /* … … 77 77 78 78 OS2TimerResolution::OS2TimerResolution(int dwPeriod) 79 : next(NULL) 79 80 { 80 81 // add to linked list … … 219 220 /******************************************************************************/ 220 221 OS2Timer::OS2Timer() : TimerSem(0), TimerHandle(0), TimerThreadID(0), 221 clientCallback(NULL), TimerStatus(Stopped), fFatal(FALSE) 222 clientCallback(NULL), TimerStatus(Stopped), fFatal(FALSE), 223 next(NULL) 222 224 { 223 225 OS2Timer *timer = OS2Timer::timers;
Note:
See TracChangeset
for help on using the changeset viewer.