Changeset 178 for sbliveos2/trunk/drv16/timer.cpp
- Timestamp:
- Apr 30, 2001, 11:08:00 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/timer.cpp
r151 r178 150 150 * TIMER_Disabled state on problem. 151 151 */ 152 #pragma off (unreferenced) 152 153 TIMER::TIMER( IRQ* pIRQ, USHORT uTargetMSec, ULONG ulStreamType ) : 153 154 _ulStreamType ( ulStreamType ) 155 #pragma on (unreferenced) 154 156 { 155 157 USHORT rc; 156 BOOL bGoodReturn;157 158 static ULONG hookHandle; 158 159 … … 353 354 { 354 355 USHORT rc; 355 BOOL bGoodReturn;356 356 357 357 // Disable any any pre-existing timer and reset state variables.
Note:
See TracChangeset
for help on using the changeset viewer.