diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-14 09:25:43 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-14 09:25:43 -0500 |
commit | 30c1d67d957ec7f895dd690ec34b5459fc9082de (patch) | |
tree | 04e19456f28d8fd5f893ceec1e4f935195c68cf9 /indra/newview/llagentwearables.h | |
parent | c977268ff53ea362bc3b089945c9aa9a438cb63f (diff) |
MAINT-4537 WIP - order of operations during outfit change
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rwxr-xr-x | indra/newview/llagentwearables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index cdb1bdbe05..10e3dbf8c6 100755 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -178,6 +178,9 @@ public: typedef std::vector<LLViewerObject*> llvo_vec_t; + static void findAttachmentsAddRemoveInfo(LLInventoryModel::item_array_t& obj_item_array, + llvo_vec_t& objects_to_remove, + LLInventoryModel::item_array_t& items_to_add); static void userUpdateAttachments(LLInventoryModel::item_array_t& obj_item_array); static void userRemoveMultipleAttachments(llvo_vec_t& llvo_array); static void userAttachMultipleAttachments(LLInventoryModel::item_array_t& obj_item_array); |