From f79b1139fd28b29c51a0c001960ef3f0bb999ec0 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Fri, 13 Jun 2014 10:20:53 -0700 Subject: DD-82 : Update marketplace listings after delete, cut and other operations on selected items --- indra/newview/llinventoryfunctions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llinventoryfunctions.h') 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 sMarketplaceFolders; // Marketplace folders that will need update once the action is completed }; -- cgit v1.2.3