summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-02-27 10:28:50 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-02-27 10:28:50 -0500
commit43aac9ad1d303b24432623e253f568fd82b77a2a (patch)
tree3349b11067db7ddee40c484d2826ac85bcb6f59d /indra/newview/llinventorybridge.h
parentc3f05185a719e07706dc7f0096f5683c231a2755 (diff)
MAINT-4918 WIP - batch up detach requests for objects
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 e8d5db4437..8dde2c33b7 100755
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -687,4 +687,10 @@ 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);
+
#endif // LL_LLINVENTORYBRIDGE_H