diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-08-11 12:09:18 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-08-11 12:09:18 -0400 |
commit | 8f4811f3fd7f252a5f5bc50ed11fecd8e42f3e68 (patch) | |
tree | 3c4dd969547645ac8e576d4fefb8d6cc2c68d0ce /indra/newview/lllogininstance.h | |
parent | 469836c4c7e8810502a89ce291bbd64548f0c70c (diff) |
Better solution for fixing up the LLFloaterTOS callback after the last viewer-2.0.0-3 merge.
LLFloaterTOS and LLLoginInstance now communicate through an event pump "lllogininstance_tos_callback".
reviewed by Mani.
Diffstat (limited to 'indra/newview/lllogininstance.h')
-rw-r--r-- | indra/newview/lllogininstance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogininstance.h b/indra/newview/lllogininstance.h index 47d52a6184..6a2ccf919e 100644 --- a/indra/newview/lllogininstance.h +++ b/indra/newview/lllogininstance.h @@ -88,7 +88,7 @@ private: bool handleLoginFailure(const LLSD& event); bool handleLoginSuccess(const LLSD& event); - void handleTOSResponse(bool v, const std::string& key); + bool handleTOSResponse(bool v, const std::string& key); void attemptComplete() { mAttemptComplete = true; } // In the future an event? |