diff options
Diffstat (limited to 'linden/indra/newview/llimview.h')
-rw-r--r-- | linden/indra/newview/llimview.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/linden/indra/newview/llimview.h b/linden/indra/newview/llimview.h index 5f7829c..f5356ef 100644 --- a/linden/indra/newview/llimview.h +++ b/linden/indra/newview/llimview.h | |||
@@ -148,7 +148,13 @@ public: | |||
148 | static LLUUID computeSessionID(EInstantMessage dialog, const LLUUID& other_participant_id); | 148 | static LLUUID computeSessionID(EInstantMessage dialog, const LLUUID& other_participant_id); |
149 | 149 | ||
150 | void clearPendingVoiceInviation(const LLUUID& session_id); | 150 | void clearPendingVoiceInviation(const LLUUID& session_id); |
151 | 151 | ||
152 | LLSD getPendingAgentListUpdates(const LLUUID& session_id); | ||
153 | void addPendingAgentListUpdates( | ||
154 | const LLUUID& sessioN_id, | ||
155 | const LLSD& updates); | ||
156 | void clearPendingAgentListUpdates(const LLUUID& session_id); | ||
157 | |||
152 | private: | 158 | private: |
153 | class LLIMSessionInvite; | 159 | class LLIMSessionInvite; |
154 | 160 | ||
@@ -188,6 +194,7 @@ private: | |||
188 | BOOL mIMReceived; | 194 | BOOL mIMReceived; |
189 | 195 | ||
190 | LLSD mPendingVoiceInvitations; | 196 | LLSD mPendingVoiceInvitations; |
197 | LLSD mPendingAgentListUpdates; | ||
191 | }; | 198 | }; |
192 | 199 | ||
193 | 200 | ||