summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterexperiences.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2013-10-22 10:51:53 -0700
committerdolphin <dolphin@lindenlab.com>2013-10-22 10:51:53 -0700
commit309ffd57fade231c3d14eedfe1171788e250f088 (patch)
tree61b6bfb1072bdb67b0399b90288525f647648a03 /indra/newview/llfloaterexperiences.h
parent035eafb0c69c434c709862c816663f2b4ca2ab2b (diff)
Post events on experience permission changes to refresh uis
Diffstat (limited to 'indra/newview/llfloaterexperiences.h')
-rw-r--r--indra/newview/llfloaterexperiences.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/indra/newview/llfloaterexperiences.h b/indra/newview/llfloaterexperiences.h
index 01a0f4c551..27b453042b 100644
--- a/indra/newview/llfloaterexperiences.h
+++ b/indra/newview/llfloaterexperiences.h
@@ -33,21 +33,19 @@ class LLFloaterExperiences :
public LLFloater
{
public:
- LLFloaterExperiences(const LLSD& data);
+ LLFloaterExperiences(const LLSD& data);
+ virtual void onClose(bool app_quitting);
+ virtual void onOpen(const LLSD& key);
+protected:
void clearFromRecent(const LLSD& ids);
void resizeToTabs();
-
-protected:
/*virtual*/ BOOL postBuild();
-
void refreshContents();
-
-
-
void setupRecentTabs();
void addTab(const std::string& name, bool select);
+ bool updatePermissions(const LLSD& permission);
private: