summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsession.h
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-10-29 15:12:39 -0400
committerJonathan Yap <none@none>2013-10-29 15:12:39 -0400
commit07c011bc9c3ea2fc8eec6474c7907c9fc44bbef3 (patch)
treebc1c7fe6b791dc658ce0e2794c6d5ae249e62a2f /indra/newview/llfloaterimsession.h
parentea1e1b0925b386cf83178539b8eae9e25c573548 (diff)
STORM-1975 IM windows occasionally report false typing status.
Diffstat (limited to 'indra/newview/llfloaterimsession.h')
-rwxr-xr-xindra/newview/llfloaterimsession.h4
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