diff options
author | Cho <cho@lindenlab.com> | 2013-07-04 02:01:51 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-07-04 02:01:51 +0100 |
commit | fd4262541946770515ce8a486dd3a69245365def (patch) | |
tree | 8c93aab032c6c987e3708b8b4c354e7dd74fa272 /indra/newview/llfloatersocial.h | |
parent | ad8aeecb8331ca68eef9a12536c80a4658885ccb (diff) |
Close floater and clear text upon FB_POSTED for ACME-668
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index e37facbbce..5e1ee6be0e 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -45,6 +45,7 @@ public: bool onFacebookConnectStateChange(const LLSD& data); void sendStatus(); + void clearAndClose(); private: LLUICtrl* mMessageTextEditor; @@ -67,6 +68,7 @@ public: bool onFacebookConnectStateChange(const LLSD& data); void sendPhoto(); + void clearAndClose(); void updateControls(); void updateResolution(BOOL do_update); @@ -101,6 +103,7 @@ public: bool onFacebookConnectStateChange(const LLSD& data); void sendCheckin(); + void clearAndClose(); private: std::string mMapUrl; |