expose the selected clock (only for other arch classes)

This commit is contained in:
Glenn Maynard
2006-07-12 01:44:24 +00:00
parent ffe9ca65e6
commit 22dc123b35
2 changed files with 8 additions and 0 deletions
@@ -126,6 +126,12 @@ namespace
}
};
clockid_t ArchHooks_Unix::GetClock()
{
OpenGetTime();
return g_Clock;
}
RString ArchHooks::GetPreferredLanguage()
{
return "en";
@@ -13,6 +13,8 @@ public:
int64_t GetMicrosecondsSinceStart();
void MountInitialFilesystems( const RString &sDirOfExecutable );
static clockid_t GetClock();
};
#ifdef ARCH_HOOKS