diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-02 15:16:37 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-02 15:16:37 -0700 |
commit | 346f885473282a2826699c1d2c7dd624d60a1bf3 (patch) | |
tree | 85cae11f201e3e3e1e6cbb108526b8390da32c2c /indra/newview/llpanelexperiencepicker.h | |
parent | 92a8b6690e2b5f8379e834ea33ea26ec16c1e3f6 (diff) |
Moved find experience into experience cache (moved cache recording into cache and out of UI) changed from responder to coroutine.
Diffstat (limited to 'indra/newview/llpanelexperiencepicker.h')
-rw-r--r-- | indra/newview/llpanelexperiencepicker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelexperiencepicker.h b/indra/newview/llpanelexperiencepicker.h index e39ffed70b..97aa04cf4c 100644 --- a/indra/newview/llpanelexperiencepicker.h +++ b/indra/newview/llpanelexperiencepicker.h @@ -74,8 +74,9 @@ private: void getSelectedExperienceIds( const LLScrollListCtrl* results, uuid_vec_t &experience_ids ); void setAllowMultiple(bool allow_multiple); - void find(); + static void findResults(LLHandle<LLPanelExperiencePicker> hparent, LLUUID queryId, LLSD foundResult); + bool isSelectButtonEnabled(); void processResponse( const LLUUID& query_id, const LLSD& content ); |