Ignore:
Timestamp:
Mar 23, 2009, 12:15:39 AM (16 years ago)
Author:
Paul Smedley
Message:

Build fixes for Watcom 1.8

File:
1 edited

Legend:

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

    r33 r418  
    217217 * @notes Maps operation to _iStop (Stop and Pause are identical).
    218218 */
    219 virtual int TIMER::Stop( void )
     219int TIMER::Stop( void )
    220220{
    221221   return _iStop();
     
    229229 * @notes Maps operation to _iStop (Stop and Pause are identical).
    230230 */
    231 virtual int TIMER::Pause( void )
     231int TIMER::Pause( void )
    232232{
    233233   return _iStop();
     
    241241 * @notes Maps operation to _iStart (Start and Resume are identical).
    242242 */
    243 virtual int TIMER::Resume( void )
     243int TIMER::Resume( void )
    244244{
    245245   return _iStart();
Note: See TracChangeset for help on using the changeset viewer.