From 7fbbd4b766a86c3b8d0d0ed3b9e2ebf3fd27a889 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 31 May 2019 16:42:07 -0400 Subject: SL-11216: Add a "getStateTable" op to "LLStartUp" listener. getStateTable returns a list of the EStartupState symbolic names, implicitly mapping each to its index (its enum numeric value). --- indra/newview/llstartup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llstartup.h') diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index d7d294e9f4..3ec3ff4133 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -128,6 +128,7 @@ public: static LLViewerStats::PhaseMap& getPhases() { return *sPhases; } private: + friend class LLStartupListener; static LLSLURL sStartSLURL; static std::string startupStateToString(EStartupState state); -- cgit v1.2.3