summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-06-23 12:15:21 -0700
committerMerov Linden <merov@lindenlab.com>2013-06-23 12:15:21 -0700
commit27bd181a6d07b191d674870039b2801713c554f1 (patch)
treef024cfc25afe2edf6ea13c1242e8cd8252fb8862 /indra/newview/llfloatersocial.h
parentb403f0f849150d781c700539eff6ed1039673f25 (diff)
ACME-497 : Working implementation of Checkin though couple of bugs to fix and no visible map in the UI
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r--indra/newview/llfloatersocial.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h
index a8c83fb364..aee7f2f060 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -36,6 +36,16 @@ class LLSocialPhotoPanel : public LLPanel
void onSend();
};
+class LLSocialCheckinPanel : public LLPanel
+{
+public:
+ LLSocialCheckinPanel();
+ void onSend();
+ /*virtual*/ void setVisible(BOOL visible);
+private:
+ std::string mMapUrl;
+};
+
class LLFloaterSocial : public LLFloater
{
public: