summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventory.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-01-15 20:30:20 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-01-15 20:30:20 -0500
commitf48011e4d04f744a93a18267bf7b78ec0b717b7c (patch)
tree6d85cc54b4090f808cdaa734293c47b8e037c7f8 /indra/llinventory/llinventory.h
parent6390188ff35c47c93748c6fe3023d0bad219dea6 (diff)
SH-3339 WIP, SH-3645 WIP - added getActualDescription to obviate an obnoxious and widely-used workaround, re-create COF link after wearable edit to force COF version bump
Diffstat (limited to 'indra/llinventory/llinventory.h')
-rwxr-xr-x[-rw-r--r--]indra/llinventory/llinventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llinventory.h b/indra/llinventory/llinventory.h
index a5cfe59bda..44e7c0c34d 100644..100755
--- a/indra/llinventory/llinventory.h
+++ b/indra/llinventory/llinventory.h
@@ -160,6 +160,7 @@ public:
virtual const LLUUID& getCreatorUUID() const;
virtual const LLUUID& getAssetUUID() const;
virtual const std::string& getDescription() const;
+ virtual const std::string& getActualDescription() const; // Does not follow links
virtual const LLSaleInfo& getSaleInfo() const;
virtual LLInventoryType::EType getInventoryType() const;
virtual U32 getFlags() const;