diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-08-12 10:39:35 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-08-12 10:39:35 -0700 |
commit | e69efc8369a65008d41155717761fbaec0e309c5 (patch) | |
tree | 2f4a2c88127b0316562526b4b764c4febf76484d /indra/newview/llinventoryfunctions.h | |
parent | d9f08a0087219c86871e435712e01a848dac7a02 (diff) |
EXP-843 Enable drag and drop from the outbox
EXP-1036 Disable most inventory functionality for the outbox view
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 2016b92666..940f5a2c98 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -71,6 +71,10 @@ void rename_category(LLInventoryModel* model, const LLUUID& cat_id, const std::s // Generates a string containing the path to the item specified by item_id. void append_path(const LLUUID& id, std::string& path); +void copy_item_to_outbox(LLInventoryItem* inv_item, LLUUID dest_folder); + +void copy_folder_to_outbox(LLInventoryCategory* inv_cat, const LLUUID& dest_folder); + /** Miscellaneous global functions ** ** *******************************************************************************/ |