summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-04-02 02:10:04 +0100
committerCho <cho@lindenlab.com>2013-04-02 02:10:04 +0100
commit4fe3e00aad663d1afd35007b4e8093ae4e58e92e (patch)
tree397dca42687caffcd0b6ca1f8aef6d6c51632bbb /indra/newview/llpanelpeople.h
parentd6ec3cf584b4ecb904037a6f63fbd5a8c1ad2c05 (diff)
added request to /get-friends/ after FB login
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index dadd273603..86bcac3ede 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -55,7 +55,10 @@ 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);
+ void showFacebookFriends(const LLSD& friends);
+ void getFacebookFriends();
// internals
class Updater;