summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-07-04 02:01:51 +0100
committerCho <cho@lindenlab.com>2013-07-04 02:01:51 +0100
commitfd4262541946770515ce8a486dd3a69245365def (patch)
tree8c93aab032c6c987e3708b8b4c354e7dd74fa272 /indra/newview/llfloatersocial.h
parentad8aeecb8331ca68eef9a12536c80a4658885ccb (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.h3
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;