ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/timer_beos.cpp
(Generate patch)

Comparing BasiliskII/src/BeOS/timer_beos.cpp (file contents):
Revision 1.8 by cebix, 2002-01-15T14:58:35Z vs.
Revision 1.11 by gbeauche, 2005-01-30T21:42:13Z

# Line 1 | Line 1
1   /*
2   *  timer_beos.cpp - Time Manager emulation, BeOS specific stuff
3   *
4 < *  Basilisk II (C) 1997-2002 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 120 | Line 120 | int32 timer_host2mac_time(tm_time_t host
120          else
121                  return -hosttime;               // Time in negative microseconds
122   }
123 +
124 +
125 + /*
126 + *  Delay by specified number of microseconds (<1 second)
127 + */
128 +
129 + void Delay_usec(uint32 usec)
130 + {
131 +        snooze(usec);
132 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines