summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryobserver.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-04 15:55:04 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-04 15:55:04 -0500
commit6ea320198afcd3080fd7fcdfcb5829b5e8ef2c31 (patch)
tree52f0334948e2cc149d4a14e3b5286d864613ab9c /indra/newview/llinventoryobserver.h
parent72097affb53b8c8aa28e029eba0033630bca41b0 (diff)
SH-4595 WIP - use new LLInventoryObserver::CREATE flag to distinguish newly created items from existing ones being added to inventory.
Diffstat (limited to 'indra/newview/llinventoryobserver.h')
-rwxr-xr-xindra/newview/llinventoryobserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryobserver.h b/indra/newview/llinventoryobserver.h
index c3cd0d761e..dd30513844 100755
--- a/indra/newview/llinventoryobserver.h
+++ b/indra/newview/llinventoryobserver.h
@@ -58,6 +58,7 @@ public:
GESTURE = 64,
REBUILD = 128, // Item UI changed (e.g. item type different)
SORT = 256, // Folder needs to be resorted.
+ CREATE = 512, // With ADD, item has just been created.
ALL = 0xffffffff
};
LLInventoryObserver();