summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-03-18 14:12:22 -0700
committerdolphin <dolphin@lindenlab.com>2014-03-18 14:12:22 -0700
commitb2591ca63c498ab606bf595e0b2e729e76caea24 (patch)
tree1ecbf64ca09c92b69c99b117787073499762f673 /indra/newview/llstartup.cpp
parent2604b3419657cb3bb8bafb90b1d9e5e43f11db4d (diff)
Added a default message handler for experience logs. Currently just forwards the
notification.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-xindra/newview/llstartup.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index a9ac8d6ea7..b5f976080a 100755
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -198,6 +198,7 @@
#include "llevents.h"
#include "llstartuplistener.h"
#include "lltoolbarview.h"
+#include "llpanelexperiencelog.h"
#if LL_WINDOWS
#include "lldxhardware.h"
@@ -1412,7 +1413,7 @@ bool idle_startup()
LLStartUp::initNameCache();
display_startup();
- LLStartUp::initExperienceCache();
+ LLStartUp::initExperiences();
display_startup();
// update the voice settings *after* gCacheName initialization
@@ -2829,10 +2830,11 @@ void LLStartUp::initNameCache()
}
-void LLStartUp::initExperienceCache()
+void LLStartUp::initExperiences()
{
LLAppViewer::instance()->loadExperienceCache();
LLExperienceCache::initClass();
+ LLExperienceLog::instance().initialize();
}
void LLStartUp::cleanupNameCache()