summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-09-20 20:48:20 -0700
committerMerov Linden <merov@lindenlab.com>2012-09-20 20:48:20 -0700
commitfc6bbee3f4ba1abba2956ee92f7ac7ba01d0f59b (patch)
tree542b22f9dfcf0b24c6af996b2b7015e3a30c5280 /indra/newview/llconversationmodel.h
parent1107803a5c6da07cd5171f06afc0490f3eca7bf7 (diff)
CHUI-340 : WIP : Implement time update on all IM typing cases
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-xindra/newview/llconversationmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h
index f3f99b5575..e2c88785a2 100755
--- a/indra/newview/llconversationmodel.h
+++ b/indra/newview/llconversationmodel.h
@@ -149,6 +149,7 @@ public:
void setParticipantIsMuted(const LLUUID& participant_id, bool is_muted);
void setParticipantIsModerator(const LLUUID& participant_id, bool is_moderator);
+ void setParticipantTimeNow(const LLUUID& participant_id);
bool isLoaded() { return mIsLoaded; }