diff options
author | Cho <cho@lindenlab.com> | 2013-06-28 01:21:14 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-28 01:21:14 +0100 |
commit | 0e50cbc2edacdecf32071c97c2ce5349db5ef5e9 (patch) | |
tree | bd323efb580049560eae78afc96d257f18ea4132 /indra/newview/llfacebookconnect.h | |
parent | fc05dc5114785368e37e325fdb429fed7cd3c363 (diff) |
made it optional to autoconnect in LLFacebookConnect::getConnectionToFacebook() for ACME-648
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r-- | indra/newview/llfacebookconnect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h index a19b6fbb98..c54da8e3f3 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -54,7 +54,7 @@ public: void connectToFacebook(const std::string& auth_code = ""); // Initiate the complete FB connection. Please use getConnectionToFacebook() in normal use. void disconnectFromFacebook(); // Disconnect from the FBC service. - void getConnectionToFacebook(); // Check if an access token is available on the FBC service. If not, call connectToFacebook(). + void getConnectionToFacebook(bool auto_connect = false); // Check if an access token is available on the FBC service. If not, call connectToFacebook(). void loadFacebookFriends(); void postCheckin(const std::string& location, const std::string& name, const std::string& description, const std::string& picture, const std::string& message); |