diff options
author | Cho <cho@lindenlab.com> | 2013-08-13 01:47:20 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-08-13 01:47:20 +0100 |
commit | d0e964289ec9888686619c4edd756edd622ca214 (patch) | |
tree | 2e0bfdeff68da5d3b77f686106ed13b777032eb5 /indra/newview/llfacebookconnect.h | |
parent | 481abb13812214d7d5f1124f8eb80f1cc1b08c19 (diff) |
added read_from_master parameter for ACME-829
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r-- | indra/newview/llfacebookconnect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h index 77c26842de..a77ac24167 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -88,7 +88,7 @@ private: LLFacebookConnect(); ~LLFacebookConnect() {}; - std::string getFacebookConnectURL(const std::string& route = ""); + std::string getFacebookConnectURL(const std::string& route = "", bool include_read_from_master = false); EConnectionState mConnectionState; BOOL mConnected; @@ -96,6 +96,7 @@ private: LLSD mContent; bool mRefreshInfo; bool mRefreshContent; + bool mReadFromMaster; static boost::scoped_ptr<LLEventPump> sStateWatcher; static boost::scoped_ptr<LLEventPump> sInfoWatcher; |