From 215f423cbe18fe9ca14a26caef918d303bad28ff Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:11 -0500 Subject: Second Life viewer sources 1.18.4.0-RC --- linden/indra/newview/llstartup.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'linden/indra/newview/llstartup.h') diff --git a/linden/indra/newview/llstartup.h b/linden/indra/newview/llstartup.h index d9adc62..ad27b28 100644 --- a/linden/indra/newview/llstartup.h +++ b/linden/indra/newview/llstartup.h @@ -2,6 +2,8 @@ * @file llstartup.h * @brief startup routines and logic declaration * + * $LicenseInfo:firstyear=2004&license=viewergpl$ + * * Copyright (c) 2004-2007, Linden Research, Inc. * * Second Life Viewer Source Code @@ -24,6 +26,7 @@ * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, * COMPLETENESS OR PERFORMANCE. + * $/LicenseInfo$ */ #ifndef LL_LLSTARTUP_H @@ -84,6 +87,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 }; -- cgit v1.1