diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-04 13:13:16 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-04 13:13:16 -0700 |
commit | a471ae72e4b48a12cfeeba544afde9d078428f0d (patch) | |
tree | c4ea5407ce8d9f0feb87fb916bcecfb905f50d1a /indra/newview/llfloaterexperienceprofile.h | |
parent | a75dca5a51a386062a3ee384e9179a1ee142d393 (diff) |
Experience Profile to coroutines and Experience cache.
Diffstat (limited to 'indra/newview/llfloaterexperienceprofile.h')
-rw-r--r-- | indra/newview/llfloaterexperienceprofile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloaterexperienceprofile.h b/indra/newview/llfloaterexperienceprofile.h index 78d54eb447..7a5ced546b 100644 --- a/indra/newview/llfloaterexperienceprofile.h +++ b/indra/newview/llfloaterexperienceprofile.h @@ -99,6 +99,12 @@ protected: int mSaveCompleteAction; bool mDirty; bool mForceClose; + +private: + static bool hasPermission(const LLSD& content, const std::string &name, const LLUUID &test); + static void experiencePermissionResults(LLUUID exprienceId, LLSD result); + static void experienceIsAdmin(LLHandle<LLFloaterExperienceProfile> handle, const LLSD &result); + static void experienceUpdateResult(LLHandle<LLFloaterExperienceProfile> handle, const LLSD &result); }; #endif // LL_LLFLOATEREXPERIENCEPROFILE_H |