#include <llcommon.h>
Static Public Member Functions | |
static void | initClass () |
static void | cleanupClass () |
Static Private Attributes | |
static BOOL | sAprInitialized = FALSE |
Definition at line 40 of file llcommon.h.
void LLCommon::cleanupClass | ( | ) | [static] |
Definition at line 55 of file llcommon.cpp.
References LLMemory::cleanupClass(), LLTimer::cleanupClass(), LLThreadSafeRefCount::cleanupClass(), FALSE, ll_cleanup_apr(), and sAprInitialized.
Referenced by cleanup_app(), and LLApp::~LLApp().
void LLCommon::initClass | ( | ) | [static] |
Definition at line 40 of file llcommon.cpp.
References LLThreadSafeRefCount::initClass(), LLTimer::initClass(), LLMemory::initClass(), ll_init_apr(), sAprInitialized, and TRUE.
Referenced by LLApp::LLApp(), and main().
BOOL LLCommon::sAprInitialized = FALSE [static, private] |