diff options
author | Jonathan Yap <none@none> | 2013-10-29 15:12:39 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-10-29 15:12:39 -0400 |
commit | 07c011bc9c3ea2fc8eec6474c7907c9fc44bbef3 (patch) | |
tree | bc1c7fe6b791dc658ce0e2794c6d5ae249e62a2f /indra/newview/llfloaterimsession.h | |
parent | ea1e1b0925b386cf83178539b8eae9e25c573548 (diff) |
STORM-1975 IM windows occasionally report false typing status.
Diffstat (limited to 'indra/newview/llfloaterimsession.h')
-rwxr-xr-x | indra/newview/llfloaterimsession.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsession.h b/indra/newview/llfloaterimsession.h index a0e0171b34..60039b2e57 100755 --- a/indra/newview/llfloaterimsession.h +++ b/indra/newview/llfloaterimsession.h @@ -187,6 +187,8 @@ private: LLFrameTimer mTypingTimer; LLFrameTimer mTypingTimeoutTimer; bool mSessionNameUpdatedForTyping; + LLFrameTimer mMeTypingTimer; + LLFrameTimer mOtherTypingTimer; bool mSessionInitialized; LLSD mQueuedMsgsForInit; @@ -196,6 +198,8 @@ private: // connection to voice channel state change signal boost::signals2::connection mVoiceChannelStateChangeConnection; + + const LLIMInfo* mImInfo; }; #endif // LL_FLOATERIMSESSION_H |