diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-14 08:54:07 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-14 08:54:07 -0400 |
commit | a3e092db14cd0ca785ae46b99f6e275eedc0ddc1 (patch) | |
tree | 7a13687199912cfdafcf206d7c1871944a3fefc5 /indra/newview/llagent.h | |
parent | 961c4d3816132f6c3851edf6d8831ca2ed59e203 (diff) |
STORM-1578 (viewer side only), STORM-1589
Remove the viewer side automatic logout after extended away time.
Note, however, that the server still logs you out after 30 minutes
away: see SVC 7251.
Allow more time (10 seconds vs 2 seconds) after initiating Away status
during which mouse movements do not remove the Away status.
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 67ed1923c0..5e23ced424 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -318,7 +318,8 @@ public: void setAFK(); void clearAFK(); BOOL getAFK() const; - + static const F32 MIN_AFK_TIME; + //-------------------------------------------------------------------- // Run //-------------------------------------------------------------------- |