diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2015-07-15 14:59:32 +0300 |
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2015-07-15 14:59:32 +0300 |
| commit | e03c133750a09a2e83c49fafb4fb48307fca8a22 (patch) | |
| tree | d9ae3c8d5fc31cd8a7887a2497be2b8556c5aaa0 /indra/newview/llinventorybridge.h | |
| parent | d43cef4ed5a012593ff31c4ef9c0356edbea5339 (diff) | |
| parent | 02441157a0d22619ccf2a2ee735c8f5251b54fdb (diff) | |
Merge from viewer-relese and become version 3.8.2
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 61c86ff05e..f6fea5df7c 100755 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -690,6 +690,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: |
