diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-18 13:56:16 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-18 13:56:16 -0400 |
commit | 17af76fae18e305d0a42192a326648f00c84d1f3 (patch) | |
tree | 5afa2ec42e6a8eb56f727c04284c70f24f578d58 /indra/newview/llviewerinventory.h | |
parent | b224b8978adfd42c89e1c66bc5495ead8fa1e85d (diff) |
SH-4128 WIP - use the AISv3 inventory cap when available for cof link deletion, hook in to callback mechanism so all link operations should be done before outfit is worn.
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rwxr-xr-x[-rw-r--r--] | 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 61b1b8d846..7cb62efb47 100644..100755 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -365,6 +365,10 @@ void move_inventory_item( const std::string& new_name, LLPointer<LLInventoryCallback> cb); +void remove_inventory_item( + const LLUUID& item_id, + LLPointer<LLInventoryCallback> cb); + const LLUUID get_folder_by_itemtype(const LLInventoryItem *src); void copy_inventory_from_notecard(const LLUUID& destination_id, |