summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-07-14 18:12:36 -0400
committerOz Linden <oz@lindenlab.com>2015-07-14 18:12:36 -0400
commit3a07b111a5d9af66fa287700e53925519adb842a (patch)
treefc20d71a6b6e99c5a424bcb6fb47302a73ff1840 /indra/newview/llinventorybridge.h
parent67edc1edf5389ca74a114018a804c71deecdebc1 (diff)
parent02441157a0d22619ccf2a2ee735c8f5251b54fdb (diff)
3.8.1-release
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rwxr-xr-xindra/newview/llinventorybridge.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 26f8dd37b4..7e7cf9c7dd 100755
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -733,6 +733,12 @@ void hide_context_entries(LLMenuGL& menu,
const menuentry_vec_t &entries_to_show,
const menuentry_vec_t &disabled_entries);
+// Helper functions to classify actions.
+bool isAddAction(const std::string& action);
+bool isRemoveAction(const std::string& action);
+bool isMarketplaceCopyAction(const std::string& action);
+bool isMarketplaceSendAction(const std::string& action);
+
class LLFolderViewGroupedItemBridge: public LLFolderViewGroupedItemModel
{
public: