From 6ac9852d54d1ee4f826a08ca73f08bccf403d8c3 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Thu, 9 Apr 2015 13:29:39 -0400 Subject: MAINT-5069 WIP, MAINT-5071 WIP - handle dropping objects and attaching from ground. WIP on better tracking of attachment requests via various message in LLSelectMgr. --- indra/newview/llattachmentsmgr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llattachmentsmgr.h') diff --git a/indra/newview/llattachmentsmgr.h b/indra/newview/llattachmentsmgr.h index ae678b4007..b8d3adac0d 100755 --- a/indra/newview/llattachmentsmgr.h +++ b/indra/newview/llattachmentsmgr.h @@ -78,6 +78,7 @@ public: void addAttachmentRequest(const LLUUID& item_id, const U8 attachment_pt, const BOOL add); + void onAttachmentRequested(const LLUUID& item_id); void requestAttachments(const attachments_vec_t& attachment_requests); static void onIdle(void *); @@ -108,6 +109,7 @@ private: void linkRecentlyArrivedAttachments(); void expireOldAttachmentRequests(); void expireOldDetachRequests(); + void spamStatusInfo(); // Attachments that we are planning to rez but haven't requested from the server yet. attachments_vec_t mPendingAttachments; -- cgit v1.2.3