summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-12-02 12:52:36 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-12-02 12:52:36 -0500
commit6e1f6f015394a3f268608061c00993939c891e54 (patch)
tree96234ed6e0002685b283ec4d6aaabc2e5a92da9b /indra/newview/llinventorybridge.h
parent8bd90b49b1b1c9a500381e2c60e0cec02693d292 (diff)
parent6c9ff392bc9559bd52bf036ef5ec6d29f1da494b (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r--indra/newview/llinventorybridge.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 6a284e0550..ef340af0cb 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -259,6 +259,9 @@ public:
virtual void clearDisplayName() { mDisplayName.clear(); }
LLViewerInventoryItem* getItem() const;
+
+ bool isAddAction(std::string action) const;
+ bool isRemoveAction(std::string action) const;
protected:
virtual BOOL isItemPermissive() const;