summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-04-03 02:11:11 +0100
committerCho <cho@lindenlab.com>2013-04-03 02:11:11 +0100
commit21e8d2ca30842422eb5eef469c9e1bb91c0c847b (patch)
treea72be28e2d0eff611de7c139a402ca48a3819481 /indra/newview/llpanelpeople.h
parentcaad92499e2a2f8419e4c217c74f54cf4f2be54c (diff)
updated to use POST for connect and disconnect, instead of Webkit
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index 45ed7e1039..914899ca6d 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -59,7 +59,12 @@ public:
void openFacebookWeb(LLFloaterWebContent::Params& p);
void showFacebookFriends(const LLSD& friends);
- void getFacebookFriends();
+ void hideFacebookFriends();
+ void loadFacebookFriends();
+ void connectToFacebook(const std::string& auth_code);
+ void disconnectFromFacebook();
+
+ bool mConnectedToFbc;
// internals
class Updater;