diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-31 14:18:49 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-31 14:18:49 -0400 |
commit | b40bdb266a2525517ca509ca05c89ac4e46dc367 (patch) | |
tree | bbdecc9410fa84f5c5e203d1dd96671b10ec27c6 /indra/newview/llattachmentsmgr.h | |
parent | f0381cfc3e85a2caf5e5b26e08feef7b6c770bc6 (diff) |
DRTVWR-397 WIP - logging updates and fixes
Diffstat (limited to 'indra/newview/llattachmentsmgr.h')
-rwxr-xr-x | indra/newview/llattachmentsmgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llattachmentsmgr.h b/indra/newview/llattachmentsmgr.h index 2834c10a2f..ae678b4007 100755 --- a/indra/newview/llattachmentsmgr.h +++ b/indra/newview/llattachmentsmgr.h @@ -107,6 +107,7 @@ private: void requestPendingAttachments(); void linkRecentlyArrivedAttachments(); void expireOldAttachmentRequests(); + void expireOldDetachRequests(); // Attachments that we are planning to rez but haven't requested from the server yet. attachments_vec_t mPendingAttachments; |