diff options
author | Rider Linden <none@none> | 2015-04-20 11:57:51 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-20 11:57:51 -0700 |
commit | 27258d370be634630299a59ab9bea51e55b37bbb (patch) | |
tree | 953e13de3982f53fe80cc665ee804024df48d9b4 /indra/newview/llflickrconnect.h | |
parent | 75a6ed716cfe0b5c1ea15c53026999474d55b550 (diff) |
Flickr conversion.
Diffstat (limited to 'indra/newview/llflickrconnect.h')
-rw-r--r-- | indra/newview/llflickrconnect.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llflickrconnect.h b/indra/newview/llflickrconnect.h index b127e6e104..26c63f8b08 100644 --- a/indra/newview/llflickrconnect.h +++ b/indra/newview/llflickrconnect.h @@ -30,6 +30,8 @@ #include "llsingleton.h" #include "llimage.h" +#include "llcoros.h" +#include "lleventcoro.h" class LLEventPump; @@ -93,6 +95,15 @@ private: static boost::scoped_ptr<LLEventPump> sStateWatcher; static boost::scoped_ptr<LLEventPump> sInfoWatcher; static boost::scoped_ptr<LLEventPump> sContentWatcher; + + bool testShareStatus(LLSD &result); + void flickrConnectCoro(LLCoros::self& self, std::string requestToken, std::string oauthVerifier); + void flickrShareCoro(LLCoros::self& self, LLSD share); + void flickrShareImageCoro(LLCoros::self& self, LLPointer<LLImageFormatted> image, std::string title, std::string description, std::string tags, int safetyLevel); + void flickrDisconnectCoro(LLCoros::self& self); + void flickrConnectedCoro(LLCoros::self& self, bool autoConnect); + void flickrInfoCoro(LLCoros::self& self); + }; #endif // LL_LLFLICKRCONNECT_H |