summaryrefslogtreecommitdiff
path: root/indra/newview/llattachmentsmgr.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-09 13:29:39 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-09 13:29:39 -0400
commit6ac9852d54d1ee4f826a08ca73f08bccf403d8c3 (patch)
tree97a2d8e1a52ff68cdc686f8ad88c2f952c4869e5 /indra/newview/llattachmentsmgr.h
parentf1684cdea5e1086b1127993eac9a5a7b4e47321a (diff)
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.
Diffstat (limited to 'indra/newview/llattachmentsmgr.h')
-rwxr-xr-xindra/newview/llattachmentsmgr.h2
1 files changed, 2 insertions, 0 deletions
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;