Changeset 6933 for trunk/src/winmm/os2timer.h
- Timestamp:
- Oct 3, 2001, 3:47:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/os2timer.h
r6728 r6933 1 /* $Id: os2timer.h,v 1.1 0 2001-09-16 19:27:24 phallerExp $ */1 /* $Id: os2timer.h,v 1.11 2001-10-03 13:47:58 sandervl Exp $ */ 2 2 3 3 #ifndef __OS2TIMER_H__ … … 107 107 void KillTimer(); 108 108 109 110 DWORD getTimerID() { return timerID; }; 111 void setTimerID(DWORD id) { timerID = id; }; 112 109 113 protected: 110 114 … … 120 124 BOOL fFatal; 121 125 int TimerStatus; 126 DWORD timerID; 122 127 enum { 123 128 InActive = 0,
Note:
See TracChangeset
for help on using the changeset viewer.