diff options
author | Rider Linden <rider@lindenlab.com> | 2015-06-03 13:51:45 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-06-03 13:51:45 -0700 |
commit | 2f0e3de43eafc4aeab75b648ecdc0c275ac368f5 (patch) | |
tree | b0f5e6df6d780ecbb57809150410d40876d5cb93 /indra/newview/llfloaterurlentry.h | |
parent | dcd364022435ed7dc7458b83a4d3b42a0b777b11 (diff) |
Land Media URL entry to coroutine.
Diffstat (limited to 'indra/newview/llfloaterurlentry.h')
-rwxr-xr-x | indra/newview/llfloaterurlentry.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llfloaterurlentry.h b/indra/newview/llfloaterurlentry.h index bdd1ebe592..2f5afa653d 100755 --- a/indra/newview/llfloaterurlentry.h +++ b/indra/newview/llfloaterurlentry.h @@ -29,6 +29,8 @@ #include "llfloater.h" #include "llpanellandmedia.h" +#include "lleventcoro.h" +#include "llcoros.h" class LLLineEditor; class LLComboBox; @@ -56,7 +58,10 @@ private: static void onBtnOK(void*); static void onBtnCancel(void*); static void onBtnClear(void*); - bool callback_clear_url_list(const LLSD& notification, const LLSD& response); + bool callback_clear_url_list(const LLSD& notification, const LLSD& response); + + static void getMediaTypeCoro(LLCoros::self& self, std::string url, LLHandle<LLFloater> parentHandle); + }; #endif // LL_LLFLOATERURLENTRY_H |