diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-05-31 16:42:07 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 16:05:09 -0400 |
commit | 7fbbd4b766a86c3b8d0d0ed3b9e2ebf3fd27a889 (patch) | |
tree | 2f90733ce38876a0f0aa8376e1845697bb833baf /indra/newview/llstartup.h | |
parent | e6a9523d2753da50b164c5a7b08ab80ae79179b9 (diff) |
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).
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |