From 3d8d4227f1930f986c3b70227de98c12830c874a Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Fri, 19 Jul 2013 17:22:53 -0400 Subject: SH-3889 WIP - added callbacks to control ordering of operations after wearable save. --- indra/newview/llviewerinventory.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/llviewerinventory.h') diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index 0d4ffaa575..6bc6343f3f 100755 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -368,6 +368,10 @@ void move_inventory_item( const std::string& new_name, LLPointer cb); +void update_inventory_item( + LLViewerInventoryItem *update_item, + LLPointer cb); + void update_inventory_item( const LLUUID& item_id, const LLSD& updates, -- cgit v1.2.3