Ignore:
Timestamp:
Oct 3, 2001, 3:47:59 PM (24 years ago)
Author:
sandervl
Message:

prevent multiple delete actions for the same timer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/os2timer.h

    r6728 r6933  
    1 /* $Id: os2timer.h,v 1.10 2001-09-16 19:27:24 phaller Exp $ */
     1/* $Id: os2timer.h,v 1.11 2001-10-03 13:47:58 sandervl Exp $ */
    22
    33#ifndef __OS2TIMER_H__
     
    107107        void          KillTimer();
    108108
     109
     110        DWORD         getTimerID()         { return timerID; };
     111        void          setTimerID(DWORD id) { timerID = id; };
     112
    109113protected:
    110114
     
    120124        BOOL           fFatal;
    121125        int            TimerStatus;
     126        DWORD          timerID;
    122127        enum {
    123128                InActive = 0,
Note: See TracChangeset for help on using the changeset viewer.