diff options
Diffstat (limited to 'indra/newview/llattachmentsmgr.h')
-rwxr-xr-x | indra/newview/llattachmentsmgr.h | 2 |
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; |