diff options
author | Cho <cho@lindenlab.com> | 2013-07-03 22:07:50 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-07-03 22:07:50 +0100 |
commit | 4ed5e21ae3fe069126bd43ae0785aa74ba3d0cf7 (patch) | |
tree | cd96b896c4acd13a31d4a1755185a54f077656e5 /indra/newview/llfloatersocial.h | |
parent | 55077fd1ae7a00b1a49993d124f2640b17d95bb8 (diff) |
made some slight reorganizations for ACME-662
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 07236c2838..e37facbbce 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -42,7 +42,9 @@ public: BOOL postBuild(); void draw(); void onSend(); - bool onConnectedToFacebook(const LLSD& data, const std::string& message); + bool onFacebookConnectStateChange(const LLSD& data); + + void sendStatus(); private: LLUICtrl* mMessageTextEditor; @@ -62,7 +64,9 @@ public: void onVisibilityChange(const LLSD& new_visibility); void onClickNewSnapshot(); void onSend(); - bool onConnectedToFacebook(const LLSD& data, LLPointer<LLImageFormatted> image, const std::string& caption); + bool onFacebookConnectStateChange(const LLSD& data); + + void sendPhoto(); void updateControls(); void updateResolution(BOOL do_update); @@ -94,7 +98,9 @@ public: BOOL postBuild(); void draw(); void onSend(); - bool onConnectedToFacebook(const LLSD& data, const std::string& location, const std::string& name, const std::string& description, const std::string& picture, const std::string& message); + bool onFacebookConnectStateChange(const LLSD& data); + + void sendCheckin(); private: std::string mMapUrl; |