diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llthread.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llthread.cpp b/linden/indra/llcommon/llthread.cpp index 4879d58..af055a9 100644 --- a/linden/indra/llcommon/llthread.cpp +++ b/linden/indra/llcommon/llthread.cpp | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * $LicenseInfo:firstyear=2004&license=viewergpl$ | 4 | * $LicenseInfo:firstyear=2004&license=viewergpl$ |
5 | * | 5 | * |
6 | * Copyright (c) 2004-2008, Linden Research, Inc. | 6 | * Copyright (c) 2004-2009, Linden Research, Inc. |
7 | * | 7 | * |
8 | * Second Life Viewer Source Code | 8 | * Second Life Viewer Source Code |
9 | * The source code in this file ("Source Code") is provided by Linden Lab | 9 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -359,7 +359,7 @@ void LLCondition::broadcast() | |||
359 | LLMutex* LLThreadSafeRefCount::sMutex = 0; | 359 | LLMutex* LLThreadSafeRefCount::sMutex = 0; |
360 | 360 | ||
361 | //static | 361 | //static |
362 | void LLThreadSafeRefCount::initClass() | 362 | void LLThreadSafeRefCount::initThreadSafeRefCount() |
363 | { | 363 | { |
364 | if (!sMutex) | 364 | if (!sMutex) |
365 | { | 365 | { |
@@ -368,7 +368,7 @@ void LLThreadSafeRefCount::initClass() | |||
368 | } | 368 | } |
369 | 369 | ||
370 | //static | 370 | //static |
371 | void LLThreadSafeRefCount::cleanupClass() | 371 | void LLThreadSafeRefCount::cleanupThreadSafeRefCount() |
372 | { | 372 | { |
373 | delete sMutex; | 373 | delete sMutex; |
374 | sMutex = NULL; | 374 | sMutex = NULL; |