Ignore:
Timestamp:
Apr 30, 2001, 11:08:00 PM (24 years ago)
Author:
sandervl
Message:

DirectAudio interface updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/timer.cpp

    r151 r178  
    150150 *  TIMER_Disabled state on problem.
    151151 */
     152#pragma off (unreferenced)
    152153TIMER::TIMER( IRQ* pIRQ, USHORT uTargetMSec, ULONG ulStreamType ) :
    153154   _ulStreamType ( ulStreamType )
     155#pragma on (unreferenced)
    154156{
    155157   USHORT rc;
    156    BOOL bGoodReturn;
    157158   static ULONG hookHandle;
    158159
     
    353354{
    354355   USHORT rc;
    355    BOOL bGoodReturn;
    356356
    357357   // Disable any any pre-existing timer and reset state variables.
Note: See TracChangeset for help on using the changeset viewer.