Unused otherwise.
This commit is contained in:
@@ -74,8 +74,9 @@ ArchHooks_darwin::ArchHooks_darwin()
|
|||||||
CrashHandler::CrashHandlerHandleArgs( g_argc, g_argv );
|
CrashHandler::CrashHandlerHandleArgs( g_argc, g_argv );
|
||||||
SignalHandler::OnClose( DoCrashSignalHandler );
|
SignalHandler::OnClose( DoCrashSignalHandler );
|
||||||
#endif
|
#endif
|
||||||
|
#if REAL_TIME_CRITICAL_SECTION
|
||||||
TimeCritMutex = new RageMutex("TimeCritMutex");
|
TimeCritMutex = new RageMutex("TimeCritMutex");
|
||||||
|
#endif
|
||||||
|
|
||||||
// CF*Copy* functions' return values need to be released, CF*Get* functions' do not.
|
// CF*Copy* functions' return values need to be released, CF*Get* functions' do not.
|
||||||
CFStringRef key = CFSTR( "ApplicationBundlePath" );
|
CFStringRef key = CFSTR( "ApplicationBundlePath" );
|
||||||
@@ -127,7 +128,9 @@ ArchHooks_darwin::ArchHooks_darwin()
|
|||||||
|
|
||||||
ArchHooks_darwin::~ArchHooks_darwin()
|
ArchHooks_darwin::~ArchHooks_darwin()
|
||||||
{
|
{
|
||||||
|
#if REAL_TIME_CRITICAL_SECTION
|
||||||
delete TimeCritMutex;
|
delete TimeCritMutex;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
RString ArchHooks_darwin::GetMachineId()
|
RString ArchHooks_darwin::GetMachineId()
|
||||||
|
|||||||
Reference in New Issue
Block a user