diff options
author | Palmer <palmer@lindenlab.com> | 2009-12-08 10:00:32 -0800 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2009-12-08 10:00:32 -0800 |
commit | 74f2cb2a70ddad7fe8819fd6855831e0615dc8d5 (patch) | |
tree | 61f2ce7a6cfb5963b7517a582164047a6833757b /indra/newview/llscreenchannel.h | |
parent | cd138869d5bfcf40d3d13d7b887e36263e2919d9 (diff) | |
parent | e07ef0d0e0e8cbd58afd4c6ee970634bd2f783e7 (diff) |
Grabbed more viewer 2 changes that should fix parabuild problem
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r-- | indra/newview/llscreenchannel.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h index f39b94b89d..67f1c9bdc6 100644 --- a/indra/newview/llscreenchannel.h +++ b/indra/newview/llscreenchannel.h @@ -184,6 +184,13 @@ public: // close the StartUp Toast void closeStartUpToast(); + + /** Stop fading all toasts */ + virtual void stopFadingToasts(); + + /** Start fading all toasts */ + virtual void startFadingToasts(); + // get StartUp Toast's state static bool getStartUpToastShown() { return mWasStartUpToastShown; } // tell all channels that the StartUp toast was shown and allow them showing of toasts |