diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-13 10:20:53 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-13 10:20:53 -0700 |
commit | f79b1139fd28b29c51a0c001960ef3f0bb999ec0 (patch) | |
tree | 06a4e58cf631e968abc0d5aa2d96e127512851ba /indra/newview/llinventoryfunctions.h | |
parent | 140d5f0a22ab531f92b4a3a66c8229f550e1ff5c (diff) |
DD-82 : Update marketplace listings after delete, cut and other operations on selected items
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 1fcc23cb69..2d9c6fe38e 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -457,6 +457,11 @@ struct LLInventoryAction static void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response, LLFolderView* root); static void removeItemFromDND(LLFolderView* root); + +private: + static void buildMarketplaceFolders(LLFolderView* root); + static void updateMarketplaceFolders(); + static std::list<LLUUID> sMarketplaceFolders; // Marketplace folders that will need update once the action is completed }; |