diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:28:50 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-02-27 10:28:50 -0500 |
commit | 43aac9ad1d303b24432623e253f568fd82b77a2a (patch) | |
tree | 3349b11067db7ddee40c484d2826ac85bcb6f59d /indra/newview/llinventorybridge.h | |
parent | c3f05185a719e07706dc7f0096f5683c231a2755 (diff) |
MAINT-4918 WIP - batch up detach requests for objects
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rwxr-xr-x | indra/newview/llinventorybridge.h | 6 |
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 |