diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-11-05 19:40:26 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-11-05 19:40:26 +0200 |
commit | 7d88f8814b2f4f409d182a6cabcd62b04ee4df89 (patch) | |
tree | 4d2e794a9065d6d218b728612c880fddd34b9d4e /indra/newview/llfloaterexperiences.h | |
parent | f1ddcfeb1d1530bf2b8ef8da3cdfe6bdb68e013f (diff) |
SL-192 Edit Experience Profile shows up once an Exp is acquired
Diffstat (limited to 'indra/newview/llfloaterexperiences.h')
-rw-r--r-- | indra/newview/llfloaterexperiences.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloaterexperiences.h b/indra/newview/llfloaterexperiences.h index 769283ff07..06fd6c93d6 100644 --- a/indra/newview/llfloaterexperiences.h +++ b/indra/newview/llfloaterexperiences.h @@ -49,12 +49,14 @@ protected: LLPanelExperiences* addTab(const std::string& name, bool select); bool updatePermissions(const LLSD& permission); - void sendPurchaseRequest() const; + void sendPurchaseRequest(); void checkPurchaseInfo(LLPanelExperiences* panel, const LLSD& content)const; + void checkAndOpen(LLPanelExperiences* panel, const LLSD& content) const; void updateInfo(std::string experiences, std::string tab); private: + std::vector<LLUUID> mPrepurchaseIds; }; #endif //LL_LLFLOATEREXPERIENCES_H |