summaryrefslogtreecommitdiff
path: root/indra/newview/llattachmentsmgr.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-09-21 20:36:21 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-09-21 20:36:21 +0300
commit47dfdff3c0d684e78bd72d671a0d840798076a87 (patch)
treea71c61cce3a12592da09bd01f7f05e19e2044f84 /indra/newview/llattachmentsmgr.h
parente28f920f9a6525207418ed9d96aada256a1d8228 (diff)
MAINT-5570 limiting exposure of attachment manager
Diffstat (limited to 'indra/newview/llattachmentsmgr.h')
-rwxr-xr-xindra/newview/llattachmentsmgr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llattachmentsmgr.h b/indra/newview/llattachmentsmgr.h
index fab146cb52..bb7d35edbc 100755
--- a/indra/newview/llattachmentsmgr.h
+++ b/indra/newview/llattachmentsmgr.h
@@ -87,10 +87,7 @@ public:
void onDetachRequested(const LLUUID& inv_item_id);
void onDetachCompleted(const LLUUID& inv_item_id);
- bool hasPendingAttachments() { return mPendingAttachments.size() > 0; }
- bool hasAttachmentRequests() { return mAttachmentRequests.size() > 0; }
- bool hasDetachRequests() { return mAttachmentRequests.size() > 0; }
- bool hasRecentlyArrivedAttachments() { return mRecentlyArrivedAttachments.size() > 0; }
+ bool isAttachmentStateComplete() const;
private: