diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-19 17:22:53 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-19 17:22:53 -0400 |
commit | 3d8d4227f1930f986c3b70227de98c12830c874a (patch) | |
tree | f34ba174119e7829642ee8b862f2574516f0711e /indra/newview/llviewerinventory.h | |
parent | 47fabf5770bbb1b2f8272bb77ebdc993cda7c033 (diff) |
SH-3889 WIP - added callbacks to control ordering of operations after wearable save.
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rwxr-xr-x | indra/newview/llviewerinventory.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -369,6 +369,10 @@ void move_inventory_item( LLPointer<LLInventoryCallback> cb); void update_inventory_item( + LLViewerInventoryItem *update_item, + LLPointer<LLInventoryCallback> cb); + +void update_inventory_item( const LLUUID& item_id, const LLSD& updates, LLPointer<LLInventoryCallback> cb); |