summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewmodel.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-07-24 17:42:44 -0700
committerMerov Linden <merov@lindenlab.com>2014-07-24 17:42:44 -0700
commit83603fc939e60c602773cc87e0b6fa316359d467 (patch)
tree2471e8622548365b55ddd54367f1384a6c376d32 /indra/llui/llfolderviewmodel.h
parent87a7eee21d986e2a1c8b5fd467b5da06112690b5 (diff)
DD-128 : Fixed! Recycled allow_open into allow_wear and use an extra virtual methods on bridge items to know if items are wearable or not.
Diffstat (limited to 'indra/llui/llfolderviewmodel.h')
-rwxr-xr-xindra/llui/llfolderviewmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h
index 0b968ecee9..99c7c4013c 100755
--- a/indra/llui/llfolderviewmodel.h
+++ b/indra/llui/llfolderviewmodel.h
@@ -156,6 +156,8 @@ public:
virtual void openItem( void ) = 0;
virtual void closeItem( void ) = 0;
virtual void selectItem(void) = 0;
+
+ virtual BOOL isItemWearable() const { return FALSE; }
virtual BOOL isItemRenameable() const = 0;
virtual BOOL renameItem(const std::string& new_name) = 0;