Move to Init().

This commit is contained in:
Steve Checkoway
2006-08-12 22:07:15 +00:00
parent 608261a152
commit bf48f8343b
4 changed files with 4 additions and 4 deletions
@@ -161,7 +161,7 @@ int64_t ArchHooks::GetMicrosecondsSinceStart( bool bAccurate )
}
#endif
ArchHooks_Unix::ArchHooks_Unix()
void ArchHooks_Unix::Init()
{
/* First, handle non-fatal termination signals. */
SignalHandler::OnClose( DoCleanShutdown );