diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-15 20:30:20 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-15 20:30:20 -0500 |
commit | f48011e4d04f744a93a18267bf7b78ec0b717b7c (patch) | |
tree | 6d85cc54b4090f808cdaa734293c47b8e037c7f8 /indra/llinventory/llinventory.cpp | |
parent | 6390188ff35c47c93748c6fe3023d0bad219dea6 (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.cpp')
-rwxr-xr-x[-rw-r--r--] | indra/llinventory/llinventory.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp index 2dbc331036..3150a99a21 100644..100755 --- a/indra/llinventory/llinventory.cpp +++ b/indra/llinventory/llinventory.cpp @@ -379,6 +379,11 @@ const std::string& LLInventoryItem::getDescription() const return mDescription; } +const std::string& LLInventoryItem::getActualDescription() const +{ + return mDescription; +} + time_t LLInventoryItem::getCreationDate() const { return mCreationDate; |