diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-28 16:07:39 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-28 16:07:39 -0700 |
commit | e19a45a16cf21d422ba08fc1ca186fbba23e15b2 (patch) | |
tree | b5bafabd6835e0b8343037f0e162c53a38eeb3e2 /indra/newview/llinventoryfunctions.h | |
parent | 4e0050ae9db61ef5b13c346ff659ae64c3756249 (diff) |
DD-91 : Fixed! Get each listing to pass through the folder/size check on validation. Make all messages localizable. General clean up
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index bbe3edf0df..ae99eb0ad4 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -78,10 +78,8 @@ typedef boost::function<void(std::string& validation_message)> validation_callba bool can_move_item_to_marketplace(const LLInventoryCategory* root_folder, LLInventoryCategory* dest_folder, LLInventoryItem* inv_item, std::string& tooltip_msg, S32 bundle_size = 1); bool can_move_folder_to_marketplace(const LLInventoryCategory* root_folder, LLInventoryCategory* dest_folder, LLInventoryCategory* inv_cat, std::string& tooltip_msg, S32 bundle_size = 1); -bool can_move_to_marketplace(LLInventoryItem* inv_item, std::string& tooltip_msg, bool resolve_links = true); bool move_item_to_marketplacelistings(LLInventoryItem* inv_item, LLUUID dest_folder, bool copy = false); bool move_folder_to_marketplacelistings(LLInventoryCategory* inv_cat, const LLUUID& dest_folder, bool copy = false); -bool has_correct_permissions_for_sale(LLInventoryCategory* cat); void validate_marketplacelistings(LLInventoryCategory* inv_cat, validation_callback_t cb = NULL); S32 depth_nesting_in_marketplace(LLUUID cur_uuid); LLUUID nested_parent_id(LLUUID cur_uuid, S32 depth); |