diff options
author | dolphin <dolphin@lindenlab.com> | 2014-03-13 15:10:51 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-03-13 15:10:51 -0700 |
commit | e10ae3ba960cf030582378c454937dd326fcd436 (patch) | |
tree | 9e081186dd2ba82f8c151992eb75c930de6a3040 /indra/newview/llfloaterreporter.h | |
parent | a0b8c3e029be9265152cb8919ebe9c2bc328b766 (diff) |
Added a Report Abuse button to the experience profile
Diffstat (limited to 'indra/newview/llfloaterreporter.h')
-rwxr-xr-x | indra/newview/llfloaterreporter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterreporter.h b/indra/newview/llfloaterreporter.h index d54e7f6ab0..de3aa9ca5e 100755 --- a/indra/newview/llfloaterreporter.h +++ b/indra/newview/llfloaterreporter.h @@ -90,6 +90,7 @@ public: static void showFromObject(const LLUUID& object_id); static void showFromAvatar(const LLUUID& avatar_id, const std::string avatar_name); + static void showFromExperience(const LLUUID& experience_id); static void onClickSend (void *userdata); static void onClickCancel (void *userdata); @@ -118,6 +119,7 @@ private: void sendReportViaCaps(std::string url, std::string sshot_url, const LLSD & report); void setPosBox(const LLVector3d &pos); void enableControls(BOOL own_avatar); + void getExperienceInfo(const LLUUID& object_id); void getObjectInfo(const LLUUID& object_id); void callbackAvatarID(const uuid_vec_t& ids, const std::vector<LLAvatarName> names); void setFromAvatarID(const LLUUID& avatar_id); @@ -128,6 +130,7 @@ private: LLUUID mObjectID; LLUUID mScreenID; LLUUID mAbuserID; + LLUUID mExperienceID; // Store the real name, not the link, for upstream reporting std::string mOwnerName; BOOL mDeselectOnClose; |