diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-19 16:11:21 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-19 16:11:21 +0200 |
commit | 72131418aa943b93f61508993d7006b02ebd9c35 (patch) | |
tree | 8cbef2ec0b8798bd217fbae436ffb73fda0be950 /indra/newview/llinventorymodel.h | |
parent | 7dad882c2f43b53c1618a4b140bd0b35be6fa106 (diff) |
SL-18629 Rebuild brocken link on fetch compeltion.
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index d1ee7b6144..02278ed957 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -407,6 +407,10 @@ public: const LLUUID& new_parent_id, BOOL restamp); + // Marks links from a "possibly" broken list for a rebuild + // clears the list + void rebuildBrockenLinks(); + //-------------------------------------------------------------------- // Delete //-------------------------------------------------------------------- @@ -574,6 +578,8 @@ private: U32 mModifyMaskBacklog; changed_items_t mChangedItemIDsBacklog; changed_items_t mAddedItemIDsBacklog; + changed_items_t mPossiblyBrockenLinks; + boost::signals2::connection mBulckFecthCallbackSlot; //-------------------------------------------------------------------- |