Changeset 473 for OCO/trunk/drv16/timer.cpp
- Timestamp:
- Nov 9, 2009, 2:36:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/timer.cpp
r468 r473 127 127 pStream = (MIDISTREAM*) FindActiveStream( ulStreamType ); 128 128 129 dprintf(("TIMER::Ctx")); 129 130 if (pStream) // Should always be a valid fn adr when timer is running. 130 131 pStream->Process(); … … 324 325 USHORT rc; 325 326 327 dprintf(("TIMER::iStart")); 326 328 // Disable any any pre-existing timer and reset state variables. 327 329 if ( _eState != TIMER_Stopped ) … … 369 371 int TIMER::_iStop() 370 372 { 373 dprintf(("TIMER::iStop")); 371 374 _eState = TIMER_Stopped; // Stop this Timer. 372 375 if (! TIMER::_isAnyRunning()) { // If no other Timers are running...
Note:
See TracChangeset
for help on using the changeset viewer.