changed getCurrent to osdGetCurrent

This commit is contained in:
Jeff Hill
1999-05-07 21:35:16 +00:00
parent 9dcc4ee7b0
commit 62ca569660
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ void osiTime::synchronize()
}
//
// osiTime::getCurrent ()
// osiTime::osdGetCurrent ()
//
osiTime osiTime::getCurrent ()
osiTime osiTime::osdGetCurrent ()
{
int status;
struct timeval tv;
+2 -2
View File
@@ -15,9 +15,9 @@ void osiTime::synchronize()
}
//
// osiTime::getCurrent ()
// osiTime::osdGetCurrent ()
//
osiTime osiTime::getCurrent ()
osiTime osiTime::osdGetCurrent ()
{
ULONG ticks;
ULONG sec;