diff options
author | dolphin <dolphin@lindenlab.com> | 2014-02-26 17:32:21 -0800 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-02-26 17:32:21 -0800 |
commit | c1f730ed46c14c12d5856109b622bf085c39abb0 (patch) | |
tree | 5c2382b0cdd20e69031c8c0f97c6b4322e1d6817 /indra/newview/llfloaterexperiences.h | |
parent | fa88239bd00fcb6d58f20a0c23699f108acbfcbc (diff) |
Moved the experience acquire code to the experiences panel
Diffstat (limited to 'indra/newview/llfloaterexperiences.h')
-rw-r--r-- | indra/newview/llfloaterexperiences.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterexperiences.h b/indra/newview/llfloaterexperiences.h index 27b453042b..bb2de2f0db 100644 --- a/indra/newview/llfloaterexperiences.h +++ b/indra/newview/llfloaterexperiences.h @@ -29,6 +29,8 @@ #include "llfloater.h" +class LLPanelExperiences; + class LLFloaterExperiences : public LLFloater { @@ -43,9 +45,10 @@ protected: /*virtual*/ BOOL postBuild(); void refreshContents(); void setupRecentTabs(); - void addTab(const std::string& name, bool select); + LLPanelExperiences* addTab(const std::string& name, bool select); bool updatePermissions(const LLSD& permission); + void sendPurchaseRequest() const; private: |