diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/llcommon/llcommon.cpp | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/llcommon/llcommon.cpp')
-rw-r--r-- | linden/indra/llcommon/llcommon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llcommon.cpp b/linden/indra/llcommon/llcommon.cpp index b21b687..cdaa7f9 100644 --- a/linden/indra/llcommon/llcommon.cpp +++ b/linden/indra/llcommon/llcommon.cpp | |||
@@ -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 | { |