diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-03-29 15:28:41 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-03-29 15:28:41 -0700 |
commit | 11aed44bab1da46e0fadb458464e3cfd7ea2be43 (patch) | |
tree | def806e754313d42bd116bde1902c78640c5a89d /indra/newview/llpanelpeople.h | |
parent | ecbcef1224899d7f61860289fc079aae284a3360 (diff) |
Using curl to access pdp with the has-acces-token API and then upon receipt will open the webview when no token exists for the user.
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r-- | indra/newview/llpanelpeople.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index 39cdbc9bd7..dadd273603 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -55,6 +55,7 @@ public: // Implements LLVoiceClientStatusObserver::onChange() to enable call buttons // when voice is available /*virtual*/ void onChange(EStatusType status, const std::string &channelURI, bool proximal); + void openFacebookWeb(LLFloaterWebContent::Params& p); // internals class Updater; @@ -118,7 +119,6 @@ private: void onLoginFbcButtonClicked(); void onFacebookAppRequestClicked(); void onFacebookAppSendClicked(); - void openFacebookWeb(LLFloaterWebContent::Params& p); //returns false only if group is "none" bool isRealGroup(); |