diff options
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index 9e1ff3c151..88ed0bdd24 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -64,6 +64,14 @@ public: static void setStartupState( S32 state ); static S32 getStartupState() { return gStartupState; }; + static bool dispatchURL(); + // if we have a SLURL or sim string ("Ahern/123/45") that started + // the viewer, dispatch it + + static std::string sSLURLCommand; + // *HACK: On startup, if we were passed a secondlife://app/do/foo + // command URL, store it for later processing. + protected: static S32 gStartupState; // Do not set directly, use LLStartup::setStartupState }; |