diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-02 18:34:17 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-02 18:34:17 -0700 |
commit | 8c4a39b2025ef64f6218dc112e37f71c65aac446 (patch) | |
tree | 8e6c033c89bb70da874745c2e6ae9d693e06952d /indra/newview/llfacebookconnect.h | |
parent | 00ef5e101c64bdcb85698e574d8f730e139fedeb (diff) |
ACME-626 : Implement status and progress update text
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r-- | indra/newview/llfacebookconnect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h index abd6fb385d..1044c05e45 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -73,6 +73,7 @@ public: const LLSD& getContent() const; void setConnectionState(EConnectionState connection_state) { mConnectionState = connection_state; } + EConnectionState getConnectionState() { return mConnectionState; } bool isConnected() { return (mConnectionState == FB_CONNECTED); } S32 generation() { return mGeneration; } |