aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimview.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llimview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llimview.h b/linden/indra/newview/llimview.h
index 74ea880..c0b0f79 100644
--- a/linden/indra/newview/llimview.h
+++ b/linden/indra/newview/llimview.h
@@ -131,6 +131,8 @@ public:
131 // is no matching panel. 131 // is no matching panel.
132 LLFloaterIMPanel* findFloaterBySession(const LLUUID& session_id); 132 LLFloaterIMPanel* findFloaterBySession(const LLUUID& session_id);
133 133
134 void onDropRequestReplyReceived(const LLUUID& session_id);
135
134private: 136private:
135 // create a panel and update internal representation for 137 // create a panel and update internal representation for
136 // consistency. Returns the pointer, caller (the class instance 138 // consistency. Returns the pointer, caller (the class instance
@@ -167,6 +169,8 @@ private:
167 169
168 // An IM has been received that you haven't seen yet. 170 // An IM has been received that you haven't seen yet.
169 BOOL mIMReceived; 171 BOOL mIMReceived;
172
173 LLSD mSessionsDropRequested;
170}; 174};
171 175
172 176