diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2017-08-08 07:48:34 +0000 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2017-08-08 07:48:34 +0000 |
commit | c3097276be24e3aacd4791b95ad38fe01b8b6d97 (patch) | |
tree | 1568c20d32858101eb3638e51f2110cb9862034d /indra/newview/llconversationmodel.h | |
parent | ec4675b35107b6650e58901c24153a4a395355a6 (diff) | |
parent | ea152d0d0b795e062142ef824717639468c39af4 (diff) |
Merged in SL-717 Additional search options for inventory window
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rw-r--r-- | indra/newview/llconversationmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index af7b50802c..3868bafae4 100644 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -70,6 +70,9 @@ public: virtual const std::string& getName() const { return mName; } virtual const std::string& getDisplayName() const { return mName; } virtual const std::string& getSearchableName() const { return mName; } + virtual std::string getSearchableDescription() const { return LLStringUtil::null; } + virtual std::string getSearchableCreatorName() const { return LLStringUtil::null; } + virtual std::string getSearchableUUIDString() const {return LLStringUtil::null;} virtual const LLUUID& getUUID() const { return mUUID; } virtual time_t getCreationDate() const { return 0; } virtual LLPointer<LLUIImage> getIcon() const { return NULL; } |