diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-25 01:34:35 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-25 01:34:35 +0300 |
| commit | 9c2b0c709b3d1cf1a9243853a8df7089e2494057 (patch) | |
| tree | 62d3198a733859066f8401b4ce23d682ffb1a9b6 /indra/newview/llinventorymodelbackgroundfetch.cpp | |
| parent | 4c3a7b106429f3ede827fd28acd25cc00fcb8649 (diff) | |
SL-19533 Special COF handling
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.cpp')
| -rw-r--r-- | indra/newview/llinventorymodelbackgroundfetch.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.cpp b/indra/newview/llinventorymodelbackgroundfetch.cpp index bfb5ad9d12..f56532ff8c 100644 --- a/indra/newview/llinventorymodelbackgroundfetch.cpp +++ b/indra/newview/llinventorymodelbackgroundfetch.cpp @@ -391,6 +391,12 @@ void LLInventoryModelBackgroundFetch::findLostItems() gIdleCallbacks.addFunction(&LLInventoryModelBackgroundFetch::backgroundFetchCB, NULL); } +void LLInventoryModelBackgroundFetch::fetchCOF() +{ + // Will get COF folder, links in it and items those links point to + AISAPI::FetchCOF(); +} + void LLInventoryModelBackgroundFetch::setAllFoldersFetched() { if (mRecursiveInventoryFetchStarted && |
