From ba8bced90b0a3e5126e3274ac4d8a9f611a9ded8 Mon Sep 17 00:00:00 2001 From: Gilbert Gonzales Date: Fri, 21 Jun 2013 12:45:20 -0700 Subject: ACME-588 Make 'Post' button post to facebook: Intial commit is just adding callback for clicking the post button --- indra/newview/llfloatersocial.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'indra/newview/llfloatersocial.h') diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index b120fe5804..e946ce7559 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -29,11 +29,18 @@ #include "llfloater.h" +class LLSocialPhotoPanel : public LLPanel +{ + public: + LLSocialPhotoPanel(); + void onSend(); +}; class LLFloaterSocial : public LLFloater { public: LLFloaterSocial(const LLSD& key); + BOOL postBuild(); }; #endif // LL_LLFLOATERSOCIAL_H -- cgit v1.2.3