aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llcommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llcommon.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llcommon.cpp b/linden/indra/llcommon/llcommon.cpp
index b21b687..1875044 100644
--- a/linden/indra/llcommon/llcommon.cpp
+++ b/linden/indra/llcommon/llcommon.cpp
@@ -3,7 +3,7 @@
3 * 3 *
4 * $LicenseInfo:firstyear=2006&license=viewergpl$ 4 * $LicenseInfo:firstyear=2006&license=viewergpl$
5 * 5 *
6 * Copyright (c) 2006-2008, Linden Research, Inc. 6 * Copyright (c) 2006-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
@@ -46,7 +46,7 @@ void LLCommon::initClass()
46 sAprInitialized = TRUE; 46 sAprInitialized = TRUE;
47 } 47 }
48 LLTimer::initClass(); 48 LLTimer::initClass();
49 LLThreadSafeRefCount::initClass(); 49 LLThreadSafeRefCount::initThreadSafeRefCount();
50// LLWorkerThread::initClass(); 50// LLWorkerThread::initClass();
51// LLFrameCallbackManager::initClass(); 51// LLFrameCallbackManager::initClass();
52} 52}
@@ -56,7 +56,7 @@ void LLCommon::cleanupClass()
56{ 56{
57// LLFrameCallbackManager::cleanupClass(); 57// LLFrameCallbackManager::cleanupClass();
58// LLWorkerThread::cleanupClass(); 58// LLWorkerThread::cleanupClass();
59 LLThreadSafeRefCount::cleanupClass(); 59 LLThreadSafeRefCount::cleanupThreadSafeRefCount();
60 LLTimer::cleanupClass(); 60 LLTimer::cleanupClass();
61 if (sAprInitialized) 61 if (sAprInitialized)
62 { 62 {