changed getCurrent to osdGetCurrent
This commit is contained in:
@@ -15,9 +15,9 @@ void osiTime::synchronize()
|
||||
}
|
||||
|
||||
//
|
||||
// osiTime::getCurrent ()
|
||||
// osiTime::osdGetCurrent ()
|
||||
//
|
||||
osiTime osiTime::getCurrent ()
|
||||
osiTime osiTime::osdGetCurrent ()
|
||||
{
|
||||
int status;
|
||||
struct timeval tv;
|
||||
|
||||
@@ -15,9 +15,9 @@ void osiTime::synchronize()
|
||||
}
|
||||
|
||||
//
|
||||
// osiTime::getCurrent ()
|
||||
// osiTime::osdGetCurrent ()
|
||||
//
|
||||
osiTime osiTime::getCurrent ()
|
||||
osiTime osiTime::osdGetCurrent ()
|
||||
{
|
||||
ULONG ticks;
|
||||
ULONG sec;
|
||||
|
||||
Reference in New Issue
Block a user