diff options
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 5f7829cf42..f5356ef926 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -148,7 +148,13 @@ public: static LLUUID computeSessionID(EInstantMessage dialog, const LLUUID& other_participant_id); void clearPendingVoiceInviation(const LLUUID& session_id); - + + LLSD getPendingAgentListUpdates(const LLUUID& session_id); + void addPendingAgentListUpdates( + const LLUUID& sessioN_id, + const LLSD& updates); + void clearPendingAgentListUpdates(const LLUUID& session_id); + private: class LLIMSessionInvite; @@ -188,6 +194,7 @@ private: BOOL mIMReceived; LLSD mPendingVoiceInvitations; + LLSD mPendingAgentListUpdates; }; |