diff options
author | dolphin <dolphin@lindenlab.com> | 2013-10-22 10:51:53 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-10-22 10:51:53 -0700 |
commit | 309ffd57fade231c3d14eedfe1171788e250f088 (patch) | |
tree | 61b6bfb1072bdb67b0399b90288525f647648a03 /indra/newview/llfloaterexperiences.h | |
parent | 035eafb0c69c434c709862c816663f2b4ca2ab2b (diff) |
Post events on experience permission changes to refresh uis
Diffstat (limited to 'indra/newview/llfloaterexperiences.h')
-rw-r--r-- | indra/newview/llfloaterexperiences.h | 12 |
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: |