summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-06-13 10:20:53 -0700
committerMerov Linden <merov@lindenlab.com>2014-06-13 10:20:53 -0700
commitf79b1139fd28b29c51a0c001960ef3f0bb999ec0 (patch)
tree06a4e58cf631e968abc0d5aa2d96e127512851ba /indra/newview/llinventoryfunctions.h
parent140d5f0a22ab531f92b4a3a66c8229f550e1ff5c (diff)
DD-82 : Update marketplace listings after delete, cut and other operations on selected items
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-xindra/newview/llinventoryfunctions.h5
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
};